Control: retitle -1 legacy -cdrom/-hda options does not work with q35
Control: severity -1 wishlist
Control: tag -1 + upstream confirmed

10.06.2014 09:16, Thomas wrote:
> Package: qemu-system-x86
> Version: 2.0.0+dfsg-6
> Severity: normal
> 
> Dear Maintainer,
> 
> I want to use the Q35 qemu platform for my virtual machines.
> 
> I start qemu with the following command line:
> vimaowner@osprey:~$ qemu-system-x86_64 -enable-kvm -machine type=q35 \
> -cpu kvm32 -m 512 -balloon none -hda virtuals/fai/fai_root.img -cdrom \
> cdroms/grml96-full_2014.03.iso -boot order=d -name fai -vga qxl -spice \
> port=5900,addr=localhost,disable-ticketing -monitor stdio

With q35 machine type you have to use the "real" syntax.  The above
-cdrom and -hda becomes:

 -drive file=virtuals/fai/fai_root.img,id=d0,if=none
 -device ide-drive,drive=d0

 -drive file=cdroms/grml96-full_2014.03.iso,id=c0,media=cdrom,if=none
 -device ide-cd,drive=c0

It is just the legacy shortcuts -hda and -cdrom doesn't work. Just like
the expansion of these options (as documented in the manpage).

This is an upstream issue.  And I'm not sure upstream is very interested
in fixing it.

Retitling and lowering severity accordingly.

Thanks,

/mjt


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to