Hi, when I specify something like
qemu -boot order=dc -cdrom image.iso -drive file=img.raw,if=virtio,boot=yes or qemu -boot order=n -cdrom image.iso -drive file=img.raw,if=virtio,boot=yes with qemu-kvm 0.15.0it will always directly boot from the hardrive and not from cdrom or network.
is this on purpose? the behaviour was different in earlier versions.If i omit the boot=yes in the drive specification the "-boot order" parameter is working
as expected. Peter