]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use stricter checks in virQEMUCapsFillDomainDeviceDiskCaps()
authorAndrea Bolognani <abologna@redhat.com>
Thu, 23 Jun 2016 08:24:43 +0000 (10:24 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 24 Jun 2016 08:17:59 +0000 (10:17 +0200)
commit3bf9d35bf6d627020d808e42329f1466de209cfa
treeb7c2c10dfedd9f86ec4d534260db5c87b9c165ef
parent177ecaa5985fcb933985836443e923139fd75711
qemu: Use stricter checks in virQEMUCapsFillDomainDeviceDiskCaps()

Unfortunately, we can't just call qemuDomainMachineIsPSeries()
here, because we don't have a virDomainDef instance; that said,
the open-coded check should match said function as closely as
possible.
src/qemu/qemu_capabilities.c