[GIT PULL] Final batch of KVM changes for 4.8 merge window

From: Paolo Bonzini
Date: Fri Aug 05 2016 - 11:51:14 EST


Linus,

The following changes since commit 96b585267f552d4b6a28ea8bd75e5ed03deb6e71:

Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan" (2016-08-03 22:20:22 -0400)

are available in the git repository at:

git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 45e11817d5703eceb65a673927a8bc74dc1286d6:

nvmx: mark ept single context invalidation as supported (2016-08-04 14:21:52 +0200)

----------------------------------------------------------------
* ARM bugfix and MSI injection support
* x86 nested virt tweak and OOPS fix
* Simplify pvclock code (vdso bits acked by Andy Lutomirski).

----------------------------------------------------------------
Andrew Jones (1):
arm64: KVM: Set cpsr before spsr on fault injection

Bandan Das (2):
nvmx: remove comment about missing nested vpid support
nvmx: mark ept single context invalidation as supported

Eric Auger (6):
KVM: api: Pass the devid in the msi routing entry
KVM: Add devid in kvm_kernel_irq_routing_entry
KVM: irqchip: Convey devid to kvm_set_msi
KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific header
KVM: arm/arm64: Enable irqchip routing
KVM: arm/arm64: Enable MSI routing

Marc Zyngier (1):
KVM: arm: vgic-irqfd: Workaround changing kvm_set_routing_entry prototype

Paolo Bonzini (4):
pvclock: introduce seqcount-like API
x86: vdso: use __pvclock_read_cycles
Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD
KVM: documentation: fix KVM_CAP_X2APIC_API information

Wanpeng Li (1):
KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off

Documentation/virtual/kvm/api.txt | 53 +++++++++++-----
arch/arm/kvm/Kconfig | 2 +
arch/arm/kvm/Makefile | 1 +
arch/arm/kvm/irq.h | 19 ++++++
arch/arm64/kvm/Kconfig | 2 +
arch/arm64/kvm/Makefile | 1 +
arch/arm64/kvm/inject_fault.c | 12 ++--
arch/arm64/kvm/irq.h | 19 ++++++
arch/x86/entry/vdso/vclock_gettime.c | 25 ++------
arch/x86/include/asm/pvclock.h | 39 +++++++-----
arch/x86/kernel/pvclock.c | 17 ++---
arch/x86/kvm/irq.h | 3 +
arch/x86/kvm/lapic.c | 3 +
arch/x86/kvm/vmx.c | 15 +++--
include/kvm/arm_vgic.h | 7 +++
include/linux/kvm_host.h | 12 +++-
include/uapi/linux/kvm.h | 5 +-
virt/kvm/arm/vgic/vgic-init.c | 4 ++
virt/kvm/arm/vgic/vgic-irqfd.c | 116 +++++++++++++++++++++++++++++------
virt/kvm/arm/vgic/vgic.c | 7 ---
virt/kvm/irqchip.c | 28 ++++++---
21 files changed, 273 insertions(+), 117 deletions(-)
create mode 100644 arch/arm/kvm/irq.h
create mode 100644 arch/arm64/kvm/irq.h