]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: handle floppy disk bus when parsing command line argv
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 9 Nov 2015 13:26:09 +0000 (13:26 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 10 Nov 2015 10:38:01 +0000 (10:38 +0000)
commit1888057839f267aaced13bc35f27961ec4366543
treefc7cbd49b5d45d8d4b97b2bd8fa9445ba032587c
parentf5e8ca65fbccb6a9da83671333fd87d4f37a6548
qemu: handle floppy disk bus when parsing command line argv

The QEMU argv -> virDomainDef conversion code was not handling
-drive arguments using the floppy bus. This caused them to be
added as hard disks instead.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_command.c