Re: error: building kvm for powerpc using cross compiler on x86

2011-01-06 Thread Dushyant
Hi, Thanks for the response. My aim is to install kvm on a powerpc system. I will give a detailed description of the environment. Host arch: x86 kernel: 2.6.32.25 (ubuntu 10.04 32 bit) I have emulated powerpc using "qemu-system-ppc" and installed debian on top of this. guest os: debian-507-power

Re: error: building kvm for powerpc using cross compiler on x86

2011-01-06 Thread Hollis Blanchard
On Thu, Jan 6, 2011 at 10:39 AM, Dushyant Bansal wrote: > I want to build kvm kernel module for powerpc using cross compiler. I > downloaded kernel source code from > http://www.linux-kvm.org/page/PowerPC_440_Host_Kernel. Inside that > kvm_source folder when I do "make ARCH=powerpc menuconfig", in

error: building kvm for powerpc using cross compiler on x86

2011-01-06 Thread Dushyant Bansal
I want to build kvm kernel module for powerpc using cross compiler. I downloaded kernel source code from http://www.linux-kvm.org/page/PowerPC_440_Host_Kernel. Inside that kvm_source folder when I do "make ARCH=powerpc menuconfig", inside virtualization menu, option "kvm" is not present. I have

Re: [PATCH] KVM: PPC: Fix SPRG get/set for Book3S and BookE

2011-01-06 Thread Marcelo Tosatti
On Wed, Dec 29, 2010 at 01:51:25PM -0600, Peter Tyser wrote: > Previously SPRGs 4-7 were improperly read and written in > kvm_arch_vcpu_ioctl_get_regs() and kvm_arch_vcpu_ioctl_set_regs(); > > Signed-off-by: Peter Tyser > --- > I noticed this while grepping for somthing unrelated and assume its >