public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] KVM: x86: 64/32 bit fixes and INIT/BSP fixes
@ 2015-03-30 12:39 Nadav Amit
  2015-03-30 12:39 ` [PATCH 1/5] KVM: x86: CMOV emulation on legacy mode is wrong Nadav Amit
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Nadav Amit @ 2015-03-30 12:39 UTC (permalink / raw)
  To: mtosatti; +Cc: kvm, pbonzini, Nadav Amit

This patch-set handles 2 issues. Patches 1-3 deal with some more cases in which
bits [63:32] are not cleared when using dword opsize.  Patches 4-5 handle
anomalies with INIT/BSP (INIT does not behave exactly as reset).

Thanks for reviewing the patches.

Nadav Amit (5):
  KVM: x86: CMOV emulation on legacy mode is wrong
  KVM: x86: POPA emulation may not clear bits [63:32]
  KVM: x86: BSF and BSR emulation change register unnecassarily
  KVM: x86: INIT and reset sequences are different
  KVM: x86: BSP in MSR_IA32_APICBASE is writable

 arch/x86/include/asm/kvm_host.h |  6 ++--
 arch/x86/kvm/emulate.c          | 61 ++++++++++++++++++++++++++++-------------
 arch/x86/kvm/lapic.c            | 13 ++++-----
 arch/x86/kvm/lapic.h            |  2 +-
 arch/x86/kvm/svm.c              |  4 +--
 arch/x86/kvm/vmx.c              | 33 ++++++++++++----------
 arch/x86/kvm/x86.c              | 17 +++++++-----
 include/linux/kvm_host.h        |  7 ++++-
 8 files changed, 89 insertions(+), 54 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-03-30 19:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 12:39 [PATCH 0/5] KVM: x86: 64/32 bit fixes and INIT/BSP fixes Nadav Amit
2015-03-30 12:39 ` [PATCH 1/5] KVM: x86: CMOV emulation on legacy mode is wrong Nadav Amit
2015-03-30 12:39 ` [PATCH 2/5] KVM: x86: POPA emulation may not clear bits [63:32] Nadav Amit
2015-03-30 12:39 ` [PATCH 3/5] KVM: x86: BSF and BSR emulation change register unnecassarily Nadav Amit
2015-03-30 12:39 ` [PATCH 4/5] KVM: x86: INIT and reset sequences are different Nadav Amit
2015-03-30 12:39 ` [PATCH 5/5] KVM: x86: BSP in MSR_IA32_APICBASE is writable Nadav Amit
2015-03-30 14:12   ` Paolo Bonzini
2015-03-30 14:40     ` Nadav Amit
2015-03-30 14:45       ` Paolo Bonzini
2015-03-30 19:31         ` Nadav Amit
2015-03-30 19:37           ` Paolo Bonzini
2015-03-30 14:46 ` [PATCH 0/5] KVM: x86: 64/32 bit fixes and INIT/BSP fixes Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox