]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Use more appropriate checking function for block devices
authorPeter Krempa <pkrempa@redhat.com>
Mon, 2 May 2016 12:57:09 +0000 (14:57 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 9 May 2016 11:16:26 +0000 (13:16 +0200)
commitc240335b88bdf7aec9efcbef55cfabe41ba816c5
tree86e40c1d864ab59495b22068050c1d5ec592e89c
parent82ba41108acd0f3fc99f62effc7422a1e1e7c944
qemu: command: Use more appropriate checking function for block devices

In qemuCheckDiskConfig would now use virDomainDiskSourceIsBlockType just
as a glorified version of virStorageSourceIsBlockLocal that reports
error messages. Replace it with the latter including the message for
clarity.
src/qemu/qemu_command.c