X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fdoc%2FREADME-powerpc.txt;fp=cirros-testvm%2Fsrc-cirros%2Fdoc%2FREADME-powerpc.txt;h=da54d46a3dc433c801b53dd8d7446abffb9276ac;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/doc/README-powerpc.txt b/cirros-testvm/src-cirros/doc/README-powerpc.txt new file mode 100644 index 0000000..da54d46 --- /dev/null +++ b/cirros-testvm/src-cirros/doc/README-powerpc.txt @@ -0,0 +1,21 @@ +currently known working on PowerKVM: + +$ { echo '#!/bin/sh'; echo 'echo HELLO WORLD'; } > user-data +$ cloud-localds seed.img user-data + +## usb=off is required +## -net nic and -drive get default (ibmveth and ibmvscsi) drivers +$ qemu-system-ppc64 -machine pseries,accel=kvm,usb=off -m 1G \ + -name foo -M pseries \ + -device spapr-vscsi \ + -net nic -net user \ + -display none -nographic \ + -drive file=disk1.img \ + -kernel "$1" ${2:+-initrd "$2"} \ + -append "root=/dev/sda console=hvc0" + +Also known working is adding 'blank.img' as a '-drive'. + + +What is not working is virtio. I have not successfully gotten virtio network +or virtio disk working.