Re: [PATCH 4/4] kvmppc: convert wrteei to wrtee as kvm guest optimization

2008-08-19 Thread Arnd Bergmann
On Tuesday 19 August 2008, [EMAIL PROTECTED] wrote: Dependent on the already existing CONFIG_KVM_GUEST config option this patch changes wrteei to wrtee allowing the hypervisor to rewrite those to nontrapping instructions. Maybe we should split the kvm guest otpimizations in two parts one for

Re: [PATCH 1/4] kvmppc: read device tree hypervisor node infrastructure

2008-08-19 Thread Josh Boyer
On Tue, 2008-08-19 at 07:52 -0400, Josh Boyer wrote: On Tue, 2008-08-19 at 12:36 +0200, [EMAIL PROTECTED] wrote: diff --git a/arch/powerpc/kernel/kvm.c b/arch/powerpc/kernel/kvm.c new file mode 100644 --- /dev/null +++ b/arch/powerpc/kernel/kvm.c @@ -0,0 +1,30 @@ +#include