]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Reverse condition in qemuDomainCheckDiskPresence
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 14 Mar 2012 10:08:52 +0000 (11:08 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 14 Mar 2012 11:52:46 +0000 (12:52 +0100)
commit823a27c628221c4c6cfb1d61beace263e0693832
tree65ba9aecb838a409298042df1146a8d0eabc7e88
parentcad8054ece285d1712880cd108e8a39f833f7e88
qemu: Reverse condition in qemuDomainCheckDiskPresence

With current code, we pass true iff domain is cold booting. However,
if disk is inaccessible and startupPolicy for that disk is set to
'requisite' we have to fail iff cold booting.
src/qemu/qemu_domain.c