Re: [Qemu-devel] emulate powerpc(mpc8544ds) on x86 architecture

2013-02-25 Thread Shi Rong
thx, I get it :) 于 2013/02/21 9:12, Scott Wood 写道: On 02/20/2013 07:04:39 PM, Shi Rong wrote: 于 2013/02/21 2:30, Scott Wood 写道: On 02/20/2013 08:46:52 AM, Alexander Graf wrote: Also no need for enable-kvm, as you're running on x86. KVM only helps for compatible CPUs (ppc on ppc for example).

Re: [Qemu-devel] emulate powerpc(mpc8544ds) on x86 architecture

2013-02-20 Thread Scott Wood
On 02/20/2013 07:04:39 PM, Shi Rong wrote: 于 2013/02/21 2:30, Scott Wood 写道: On 02/20/2013 08:46:52 AM, Alexander Graf wrote: Also no need for enable-kvm, as you're running on x86. KVM only helps for compatible CPUs (ppc on ppc for example). you mean that KVM only support the same architect

Re: [Qemu-devel] emulate powerpc(mpc8544ds) on x86 architecture

2013-02-20 Thread Shi Rong
于 2013/02/21 2:30, Scott Wood 写道: On 02/20/2013 08:46:52 AM, Alexander Graf wrote: On 20.02.2013, at 15:07, Andreas Färber wrote: > Hi, > > Am 20.02.2013 10:22, schrieb Shi Rong: >> I want to emulate powerpc(mpc8544ds) on x86 architecture, is anybody >> succeed in it? > > If you CC Power Archi

Re: [Qemu-devel] emulate powerpc(mpc8544ds) on x86 architecture

2013-02-20 Thread Andreas Färber
Hi, Am 20.02.2013 10:22, schrieb Shi Rong: > I want to emulate powerpc(mpc8544ds) on x86 architecture, is anybody > succeed in it? If you CC Power Architecture questions to qemu-ppc, you have higher chances of getting replies from the experts. > My working step: > about qemu: > ./configure --cpu

Re: [Qemu-devel] emulate powerpc(mpc8544ds) on x86 architecture

2013-02-20 Thread Scott Wood
On 02/20/2013 08:46:52 AM, Alexander Graf wrote: On 20.02.2013, at 15:07, Andreas Färber wrote: > Hi, > > Am 20.02.2013 10:22, schrieb Shi Rong: >> I want to emulate powerpc(mpc8544ds) on x86 architecture, is anybody >> succeed in it? > > If you CC Power Architecture questions to qemu-ppc, y

Re: [Qemu-devel] emulate powerpc(mpc8544ds) on x86 architecture

2013-02-20 Thread Alexander Graf
On 20.02.2013, at 19:30, Scott Wood wrote: > On 02/20/2013 08:46:52 AM, Alexander Graf wrote: >> On 20.02.2013, at 15:07, Andreas Färber wrote: >> > Hi, >> > >> > Am 20.02.2013 10:22, schrieb Shi Rong: >> >> I want to emulate powerpc(mpc8544ds) on x86 architecture, is anybody >> >> succeed in it?

Re: [Qemu-devel] emulate powerpc(mpc8544ds) on x86 architecture

2013-02-20 Thread Alexander Graf
On 20.02.2013, at 15:07, Andreas Färber wrote: > Hi, > > Am 20.02.2013 10:22, schrieb Shi Rong: >> I want to emulate powerpc(mpc8544ds) on x86 architecture, is anybody >> succeed in it? > > If you CC Power Architecture questions to qemu-ppc, you have higher > chances of getting replies from the

[Qemu-devel] emulate powerpc(mpc8544ds) on x86 architecture

2013-02-20 Thread Shi Rong
Hi all: I want to emulate powerpc(mpc8544ds) on x86 architecture, is anybody succeed in it? My working step: about qemu: ./configure --cpu=ppc --target-list=ppc-softmmu --enable-fdt --enable-kvm --enable-tcg-interpreter --enable-linux-user --prefix=/home/shir/install/qemu/ make make install