]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add missing goto on rawio
authorJohn Ferlan <jferlan@redhat.com>
Fri, 19 Sep 2014 09:53:04 +0000 (05:53 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 19 Sep 2014 09:54:00 +0000 (05:54 -0400)
commit8921d48868652e7dbb67aa7c77035ac2d5ccb5a3
treece022b8bea87971353760baff3e4d0b631047384
parenta3bcd863178b215c378533467419d75800494e76
qemu: Add missing goto on rawio

Commit id '9a2f36ec' added a build conditional of CAP_SYS_RAWIO
in order to determine whether or not a disk definition using rawio
should be allowed on platforms without CAP_SYS_RAWIO. If one was
found, virReportError was used but the code didn't goto cleanup.

This patch adds the goto.
src/qemu/qemu_process.c