]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Avoid starting a PowerPC VM with floppy disk
authorKothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
Thu, 30 Jul 2015 11:55:36 +0000 (07:55 -0400)
committerJán Tomko <jtomko@redhat.com>
Tue, 4 Aug 2015 08:17:07 +0000 (10:17 +0200)
commitd9557572ae7a67f4af0b064e5923568cff63966c
tree827088a074cc2abf1db7e8eee1361da670d1ae91
parent020a1783183d2993506e4c09aef0b435595ba9ed
Avoid starting a PowerPC VM with floppy disk

PowerPC pseries based VMs do not support a floppy disk controller.
This prohibits libvirt from creating qemu command with floppy device.

Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
https://bugzilla.redhat.com/show_bug.cgi?id=1180486

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-disk-floppy-pseries.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-disk-floppy-pseries.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c