All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM PDPTR reload fixes review
@ 2009-05-25  8:47 Avi Kivity
  2009-05-25  8:47 ` [PATCH 1/2] KVM: Make paravirt tlb flush also reload PAE PDPTEs Avi Kivity
  2009-05-25  8:47 ` [PATCH 2/2] KVM: Make CR4 reloads also reload CR3 if paging is enabled Avi Kivity
  0 siblings, 2 replies; 7+ messages in thread
From: Avi Kivity @ 2009-05-25  8:47 UTC (permalink / raw)
  To: kvm; +Cc: Marcelo Tosatti

The upcoming F11 release switches the default 32-bit kernel to PAE, and
also uses the fancy priority inherited futexes.  This combination exposed
bugs in KVM's handling of PDPTR reloads.

There's nothing complicated in there, but I'd like to submit it for
2.6.30-rc7 as it fixes an important guest.  So please review it carefully.

Avi Kivity (2):
  KVM: Make paravirt tlb flush also reload PAE PDPTEs
  KVM: Make CR4 reloads also reload CR3 if paging is enabled

 arch/x86/kvm/mmu.c |    3 +--
 arch/x86/kvm/x86.c |    6 +++++-
 2 files changed, 6 insertions(+), 3 deletions(-)


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

end of thread, other threads:[~2009-05-25 15:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-25  8:47 [PATCH 0/2] KVM PDPTR reload fixes review Avi Kivity
2009-05-25  8:47 ` [PATCH 1/2] KVM: Make paravirt tlb flush also reload PAE PDPTEs Avi Kivity
2009-05-25 11:59   ` Marcelo Tosatti
2009-05-25 15:09     ` Avi Kivity
2009-05-25  8:47 ` [PATCH 2/2] KVM: Make CR4 reloads also reload CR3 if paging is enabled Avi Kivity
2009-05-25 11:58   ` Marcelo Tosatti
2009-05-25 15:08     ` Avi Kivity

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.