[GIT PULL] Final KVM fixes for Linux 4.14 (rc8 or final)

From: Paolo Bonzini
Date: Sat Nov 04 2017 - 13:23:00 EST


Linus,

The following changes since commit cc9085b6875323fd0c935ee7176583bb572821ee:

Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc (2017-10-19 14:42:09 +0200)

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 b33c87328364e803d74e703d8e47821740dbfa87:

Merge tag 'kvm-arm-fixes-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2017-11-02 18:37:42 +0100)

----------------------------------------------------------------

Fixes for interrupt controller emulation in ARM/ARM64 and x86, plus a one-liner
x86 KVM guest fix.

----------------------------------------------------------------
Christoffer Dall (1):
KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table

Dongjiu Geng (1):
arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort

Eric Auger (3):
KVM: arm/arm64: vgic-its: Fix vgic_its_restore_collection_table returned value
KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables

Jan H. SchÃnherr (2):
KVM: VMX: Do not fully reset PI descriptor on vCPU reset
KVM: x86: Update APICv on APIC reset

Jason Gunthorpe (1):
kvm: Return -ENODEV from update_persistent_clock

Julien Thierry (2):
arm/arm64: kvm: Move initialization completion message
arm/arm64: kvm: Disable branch profiling in HYP code

Paolo Bonzini (1):
Merge tag 'kvm-arm-fixes-for-v4.14' of git://git.kernel.org/.../kvmarm/kvmarm into kvm-master

wanghaibin (1):
KVM: arm/arm64: vgic-its: Fix return value for device table restore

arch/arm/kvm/emulate.c | 6 ++--
arch/arm/kvm/hyp/Makefile | 2 +-
arch/arm64/kvm/hyp/Makefile | 2 +-
arch/arm64/kvm/inject_fault.c | 16 +++++++++-
arch/x86/kernel/kvmclock.c | 2 +-
arch/x86/kvm/lapic.c | 5 +++
arch/x86/kvm/vmx.c | 3 --
virt/kvm/arm/arm.c | 31 +++++++++---------
virt/kvm/arm/vgic/vgic-its.c | 73 ++++++++++++++++++++++++++++---------------
9 files changed, 87 insertions(+), 53 deletions(-)