]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainDiskChangeSupported: Fill in missing checks
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 15 Sep 2015 13:41:18 +0000 (15:41 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 18 Sep 2015 13:51:19 +0000 (15:51 +0200)
commit08573b632da1000c5ecf4deb7c9d52181bb84558
tree9445a4aa8cf0b3bb04428fec748fbd9286d7689d
parent127328a07e5f3e69eee73e771beac05533d4c2ab
qemuDomainDiskChangeSupported: Fill in missing checks

So far this function was not kept in sync with changing
virDomainDiskDef. Fill in all the missing checks and reorganize
their order so it's easier to track which items are not being
checked for.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c