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(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html