0

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, how do I install kvm. Do I need to install libvirt-kvm as well.

[Edit1]:
Approach1: I downloaded qemu-kvm source code (http://sourceforge.net/projects/kvm/files/qemu-kvm/0.13.0/qemu-kvm-0.13.0.tar.gz/download) , configured

#./configure --target-list="ppc-softmmu" 
#make  

But I am getting this error:

CC    ppc-softmmu/virtio-pci.o
~/qemu-kvm-0.13.0/hw/virtio-pci.c: In function 'virtio_pci_mask_notifier':
~/qemu-kvm-0.13.0/hw/virtio-pci.c:436: error: invalid use of undefined 
type 'struct kvm_irq_routing_entry'
~/qemu-kvm-0.13.0/hw/virtio-pci.c:436: error: dereferencing pointer to 
incomplete type

Thanks

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
db42
  • 125
  • 1
  • 7

1 Answers1

0

KVM on PowerPC is still in its infant stage. I recommend you don't try it unless you're already comfortable with building your own software and kernels.

Ignacio Vazquez-Abrams
  • 45,939
  • 6
  • 79
  • 84