]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix support for startupPolicy with volume/pool disks
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 1 Aug 2016 15:51:28 +0000 (17:51 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 2 Aug 2016 11:21:01 +0000 (13:21 +0200)
commita2b97a8d912a37ba1935bf98be4c332f42332236
tree1e974fc66de1351b71c08e8e7979de37d68d56ed
parent779a4ea9066560b92b0df462b5a6d5c127c15920
qemu: Fix support for startupPolicy with volume/pool disks

Until now we simply errored out when the translation from pool+volume
failed.  However, we should instead check whether that disk is needed or
not since there is an option for that.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1168453

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c