]> git.ipfire.org Git - thirdparty/libvirt.git/commit
do not lock vm while allocating memory
authorWen Congyang <wency@cn.fujitsu.com>
Wed, 30 Mar 2011 07:46:33 +0000 (15:46 +0800)
committerWen Congyang <ghostwcy@gmail.com>
Sun, 3 Apr 2011 01:13:46 +0000 (09:13 +0800)
commit19f916a764ed471a98223310a373f06671cafcaa
treeda793d3824bb7af3b699683cb78f81ed58f314eb
parentd9588747800b4b938aad7720b559076aeebb6c4b
do not lock vm while allocating memory

There is no need to lock vm while allocating memory. If allocating
memory failed, we forgot to unlock vm.
src/qemu/qemu_process.c