The following command --
qemu-system-x86_64 -machine accel=kvm -boot order=d -drive
file=/home/de/large/FOSS/iso\
images/systemrescuecd-x86-3.4.0-beta007.iso,if=ide,media=cdrom,cache=unsafe,readonly,index=0
-drive
file=/home/de/large/temp_large/Debian_xfce.qcow,if=ide,media=disk,cache=unsafe,format=qcow2,index=1
-sdl -vga std -machine kernel_irqchip=on -m 256M
Results in opening a SDL windows, but qemu stops, and there's no
output to stderr (or not output at all).
Removing the -drive on the IDE interface fixes the issue. I've
replaced it with -hdd with the same symptoms.
What could be wrong?
Thanks!!