]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Don't generate disk drive alias manually for floppies
authorPeter Krempa <pkrempa@redhat.com>
Mon, 25 Jun 2018 06:59:37 +0000 (08:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 10 Jul 2018 11:32:54 +0000 (13:32 +0200)
commit6236b61443fb4e8f79c0297f7daf45f7ba99423e
treea045afa069a73f0abce23467fb16150c167e3b4c
parent35582d112505419a6873831e1fba9dae8b45b0b8
qemu: command: Don't generate disk drive alias manually for floppies

qemuBulildFloppyCommandLineOptions built its own version of the -drive
alias. Replace it by qemuAliasDiskDriveFromDisk.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c