The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / doc / README-powerpc.txt
1 currently known working on PowerKVM:
2
3 $ { echo '#!/bin/sh'; echo 'echo HELLO WORLD'; } > user-data
4 $ cloud-localds seed.img user-data
5
6 ## usb=off is required
7 ## -net nic and -drive get default (ibmveth and ibmvscsi) drivers
8 $ qemu-system-ppc64 -machine pseries,accel=kvm,usb=off -m 1G \
9    -name foo -M pseries \
10    -device spapr-vscsi \
11    -net nic -net user \
12    -display none -nographic \
13    -drive file=disk1.img \
14    -kernel "$1" ${2:+-initrd "$2"} \
15    -append "root=/dev/sda console=hvc0"
16
17 Also known working is adding 'blank.img' as a '-drive'.
18
19
20 What is not working is virtio.  I have not successfully gotten virtio network
21 or virtio disk working.