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).
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
于 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
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
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
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?
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
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