All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] KVM: x86: Miscellaneous bug fixes
@ 2014-09-30 17:49 Nadav Amit
  2014-09-30 17:49 ` [PATCH 1/6] KVM: x86: DR7.GD should be cleared upon any #DB exception Nadav Amit
                   ` (5 more replies)
  0 siblings, 6 replies; 29+ messages in thread
From: Nadav Amit @ 2014-09-30 17:49 UTC (permalink / raw)
  To: pbonzini; +Cc: kvm, nadav.amit, Nadav Amit

This patch-set includes miscellaneous bug fixes.

Patches 1-2 fix KVM bugs that affect the correct behavior of VMs.

Patches 3-5 have no apparent implications in normal use. Nonetheless, they fix
code which is bluntly wrong.

Patch 6 is version 2 of previously submitted patch. It was revised according to
Paolo's comment (previously a fetch check was missing).

Thanks for reviewing the patches.

Nadav Amit (6):
  KVM: x86: DR7.GD should be cleared upon any #DB exception
  KVM: x86: Wrong error code on limit violation during emulation
  KVM: x86: NoBigReal was mistakenly considering la instead of ea
  KVM: x86: Fix determining flat mode in recalculate_apic_map
  KVM: x86: Wrong assertion on paging_tmpl.h
  KVM: x86: Emulator does not calculate address correctly

 arch/x86/kvm/emulate.c     | 29 ++++++++++++++++-------------
 arch/x86/kvm/lapic.c       |  2 +-
 arch/x86/kvm/paging_tmpl.h |  2 +-
 arch/x86/kvm/vmx.c         |  2 --
 arch/x86/kvm/x86.c         |  6 ++++++
 5 files changed, 24 insertions(+), 17 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-10-27 14:50 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-30 17:49 [PATCH 0/6] KVM: x86: Miscellaneous bug fixes Nadav Amit
2014-09-30 17:49 ` [PATCH 1/6] KVM: x86: DR7.GD should be cleared upon any #DB exception Nadav Amit
2014-10-01 15:24   ` Radim Krčmář
2014-10-01 18:22     ` Nadav Amit
2014-10-01 19:22       ` Radim Krčmář
2014-09-30 17:49 ` [PATCH 2/6] KVM: x86: Wrong error code on limit violation during emulation Nadav Amit
2014-10-01 15:44   ` Radim Krčmář
2014-10-27 14:37   ` Paolo Bonzini
2014-10-27 14:46     ` Nadav Amit
2014-10-27 14:48       ` Paolo Bonzini
2014-09-30 17:49 ` [PATCH 3/6] KVM: x86: NoBigReal was mistakenly considering la instead of ea Nadav Amit
2014-10-01 15:58   ` Radim Krčmář
2014-10-02 14:52     ` Nadav Amit
2014-10-03 12:50       ` Radim Krčmář
2014-10-06 15:19         ` Nadav Amit
2014-09-30 17:49 ` [PATCH 4/6] KVM: x86: Fix determining flat mode in recalculate_apic_map Nadav Amit
2014-10-01 16:04   ` Radim Krčmář
2014-10-01 17:30     ` Nadav Amit
2014-10-01 18:27       ` Radim Krčmář
2014-10-01 19:16         ` Nadav Amit
2014-10-01 20:58           ` Radim Krčmář
2014-10-04  6:50   ` Gleb Natapov
2014-09-30 17:49 ` [PATCH 5/6] KVM: x86: Wrong assertion on paging_tmpl.h Nadav Amit
2014-10-01 16:26   ` Radim Krčmář
2014-10-01 17:14     ` Nadav Amit
2014-10-01 17:54       ` Radim Krčmář
2014-10-08  9:17       ` Paolo Bonzini
2014-09-30 17:49 ` [PATCH 6/6] KVM: x86: Emulator does not calculate address correctly Nadav Amit
2014-10-01 17:21   ` Radim Krčmář

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.