Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull more KVM updates from Radim Krčmář: "Second batch of KVM changes for the 4.11 merge window: PPC: - correct assumption about ASDR on POWER9 - fix MMIO emulation on POWER9 x86: - add a simple test for ioperm - cleanup TSS (going through KVM tree as the whole undertaking was caused by VMX's use of TSS) - fix nVMX interrupt delivery - fix some performance counters in the guest ... and two cleanup patches" * tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: nVMX: Fix pending events injection x86/kvm/vmx: remove unused variable in segment_base() selftests/x86: Add a basic selftest for ioperm x86/asm: Tidy up TSS limit code kvm: convert kvm.users_count from atomic_t to refcount_t KVM: x86: never specify a sample period for virtualized in_tx_cp counters KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9 KVM: PPC: Book3S HV: Fix software walk of guest process page tables
No related branches found
No related tags found
Showing
- arch/powerpc/include/asm/book3s/64/mmu.h 2 additions, 1 deletionarch/powerpc/include/asm/book3s/64/mmu.h
- arch/powerpc/kvm/book3s_64_mmu_radix.c 3 additions, 2 deletionsarch/powerpc/kvm/book3s_64_mmu_radix.c
- arch/powerpc/kvm/book3s_hv_rmhandlers.S 4 additions, 4 deletionsarch/powerpc/kvm/book3s_hv_rmhandlers.S
- arch/x86/include/asm/desc.h 11 additions, 7 deletionsarch/x86/include/asm/desc.h
- arch/x86/kernel/ioport.c 7 additions, 1 deletionarch/x86/kernel/ioport.c
- arch/x86/kernel/process.c 3 additions, 3 deletionsarch/x86/kernel/process.c
- arch/x86/kvm/pmu.c 10 additions, 3 deletionsarch/x86/kvm/pmu.c
- arch/x86/kvm/vmx.c 6 additions, 3 deletionsarch/x86/kvm/vmx.c
- include/linux/kvm_host.h 2 additions, 1 deletioninclude/linux/kvm_host.h
- tools/testing/selftests/x86/Makefile 1 addition, 1 deletiontools/testing/selftests/x86/Makefile
- tools/testing/selftests/x86/ioperm.c 170 additions, 0 deletionstools/testing/selftests/x86/ioperm.c
- virt/kvm/kvm_main.c 4 additions, 4 deletionsvirt/kvm/kvm_main.c
Loading
Please register or sign in to comment