]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix misleading comment for qemuDomainObjBeginJobWithDriver()
authorPeter Krempa <pkrempa@redhat.com>
Thu, 27 Sep 2012 09:17:19 +0000 (11:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Oct 2012 14:21:30 +0000 (16:21 +0200)
commit36f7dbf4dc364e708474d5cedc64b8edb5659e5b
tree2d93037bbcc4a945df28d9ced6ba5ed9598d5724
parentbd1282d6247742d732f0076811521cfdc6b13472
qemu: Fix misleading comment for qemuDomainObjBeginJobWithDriver()

The comment stated that you may call qemuDomainObjBeginJobWithDriver
without passing qemud_driver to signal it's not locked.
qemuDomainObjBeginJobWithDriver still accesses the qemud_driver
structure and the lock singaling is done through a separate parameter.
src/qemu/qemu_domain.c