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

2011-01-13 Thread Dushyant Bansal
On Thursday 13 January 2011 04:23 AM, Alexander Graf wrote: On 12.01.2011, at 21:51, Dushyant Bansal wrote: $ cp arch/powerpc/configs/pmac32_defconfig .config $ make menuconfig ARCH=powerpc seems to work. I'm not sure what default config is taken by default, but apparently one of t

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

2011-01-12 Thread Alexander Graf
On 12.01.2011, at 21:51, Dushyant Bansal wrote: > $ cp arch/powerpc/configs/pmac32_defconfig .config $ make menuconfig ARCH=powerpc seems to work. I'm not sure what default config is taken by default, but apparently one of the KVM constraints isn't fulfilled. Since yo

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

2011-01-12 Thread Dushyant Bansal
$ cp arch/powerpc/configs/pmac32_defconfig .config $ make menuconfig ARCH=powerpc seems to work. I'm not sure what default config is taken by default, but apparently one of the KVM constraints isn't fulfilled. Since you want to build a kernel for a pmac32 anyways, just take that config as the

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

2011-01-11 Thread Alexander Graf
On 11.01.2011, at 13:44, Dushyant Bansal wrote: > On Monday 10 January 2011 05:59 PM, Alexander Graf wrote: >> >> $ cp arch/powerpc/configs/pmac32_defconfig .config >> $ make menuconfig ARCH=powerpc >> >> seems to work. I'm not sure what default config is taken by default, but >> apparently on

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

2011-01-10 Thread Alexander Graf
On 07.01.2011, at 14:38, Dushyant Bansal wrote: > On Friday 07 January 2011 06:07 PM, Alexander Graf wrote: >> >>> 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 ha

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

2011-01-07 Thread Alexander Graf
On 07.01.2011, at 07:52, Dushyant wrote: > 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

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