[PATCH 35/42] KVM: x86: disable paravirt mmu reporting

2009-11-16 Thread Avi Kivity
From: Marcelo Tosatti mtosa...@redhat.com Disable paravirt MMU capability reporting, so that new (or rebooted) guests switch to native operation. Paravirt MMU is a burden to maintain and does not bring significant advantages compared to shadow anymore. Signed-off-by: Marcelo Tosatti

Re: KVM: x86: disable paravirt mmu reporting

2009-10-04 Thread Avi Kivity
On 10/02/2009 12:28 AM, Marcelo Tosatti wrote: Disable paravirt MMU capability reporting, so that new (or rebooted) guests switch to native operation. Paravirt MMU is a burden to maintain and does not bring significant advantages compared to shadow anymore. Applied, thanks. -- error

KVM: x86: disable paravirt mmu reporting

2009-10-01 Thread Marcelo Tosatti
Disable paravirt MMU capability reporting, so that new (or rebooted) guests switch to native operation. Paravirt MMU is a burden to maintain and does not bring significant advantages compared to shadow anymore. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com diff --git a/arch/x86/kvm/x86.c