0
votes
0answers
79 views

Qemu does NOT boot debian squeeze for PPC on x86_64

I've downloaded qemu for ppc and I also downloaded an debian sqeeze image for the ppc from http://people.debian.org/~aurel32/qemu/powerpc/ . And as per that page, when I try to run the image using : ...
0
votes
1answer
469 views

Error: running qemu on powerpc

I have installed qemu-0.13.0 on x86 system. I downloaded debian-powerpc image from http://people.debian.org/~aurel32/qemu/powerpc/ and used it with this command $qemu-system-ppc -hda ...
1
vote
4answers
608 views

Is it possible to run KVM over a qemu emulated powerpc architecture

I understand that qemu uses binary translation to emulate machines, so irrespective of the underlying architecture, it can provide emulation. And, KVM uses Hardware Virtualization technique to make ...
0
votes
1answer
391 views

How to install kvm in Debian (Lenny) over powerpc

I want to install kvm on debian(lenny). I have learnt that packages kvm and qemu-kvm are not available for powerpc architecture. I have found two packages(kvm-source & qemu) and installed it. Now, ...