All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] KVM: x86: Emulator fixes
@ 2015-01-26  7:32 Nadav Amit
  2015-01-26  7:32 ` [PATCH 1/7] KVM: x86: Dirty the dest op page on cmpxchg emulation Nadav Amit
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Nadav Amit @ 2015-01-26  7:32 UTC (permalink / raw)
  To: pbonzini; +Cc: kvm, Nadav Amit

Sorry for sending patches at the last minute. There is nothing critical in this
patch-set.  Yet, if you may want to incorporate something in 3.20 -
specifically 5 (small define mistakes) or 7 (which is somewhat affected by
recent changes).

Thanks for reviewing the patches.

Nadav Amit (7):
  KVM: x86: Dirty the dest op page on cmpxchg emulation
  KVM: x86: Wrong operand size for far ret
  KVM: x86: IRET emulation does not clear NMI masking
  KVM: x86: ARPL emulation can cause spurious exceptions
  KVM: x86: Fix defines in emulator.c
  KVM: x86: 32-bit wraparound read/write not emulated correctly
  KVM: x86: Emulation of call may use incorrect stack size

 arch/x86/include/asm/kvm_emulate.h |  1 +
 arch/x86/kvm/emulate.c             | 85 +++++++++++++++++++++++++++-----------
 arch/x86/kvm/x86.c                 |  8 ++++
 3 files changed, 71 insertions(+), 23 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-01-26 11:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26  7:32 [PATCH 0/7] KVM: x86: Emulator fixes Nadav Amit
2015-01-26  7:32 ` [PATCH 1/7] KVM: x86: Dirty the dest op page on cmpxchg emulation Nadav Amit
2015-01-26  7:32 ` [PATCH 2/7] KVM: x86: Wrong operand size for far ret Nadav Amit
2015-01-26  7:32 ` [PATCH 3/7] KVM: x86: IRET emulation does not clear NMI masking Nadav Amit
2015-01-26  7:32 ` [PATCH 4/7] KVM: x86: ARPL emulation can cause spurious exceptions Nadav Amit
2015-01-26  7:32 ` [PATCH 5/7] KVM: x86: Fix defines in emulator.c Nadav Amit
2015-01-26  7:32 ` [PATCH 6/7] KVM: x86: 32-bit wraparound read/write not emulated correctly Nadav Amit
2015-01-26  7:32 ` [PATCH 7/7] KVM: x86: Emulation of call may use incorrect stack size Nadav Amit
2015-01-26 11:19 ` [PATCH 0/7] KVM: x86: Emulator fixes Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.