[libvirt] [PATCH] Fix autodestroy of QEMU guests

Eric Blake eblake at redhat.com
Wed Feb 27 17:45:59 UTC 2013


On 02/27/2013 09:26 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> The virQEMUCloseCallbacksRunOne method was passing a uuid string
> to virDomainObjListFindByUUID, when it actually expected to get
> a raw uuid buffer. This was not caught by the compiler because
> the method was using a 'void *uuid' instead of first casting
> it to the expected type.
> 
> This regression was accidentally caused by refactoring in
> 
>   commit 568a6cda277f04ab9baaeb97490e548b7b608aa6
>   Author: Jiri Denemark <jdenemar at redhat.com>
>   Date:   Fri Feb 15 15:11:47 2013 +0100
> 
>     qemu: Avoid deadlock in autodestroy
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/qemu/qemu_conf.c | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)

ACK - definite 1.0.3 material.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130227/afe49d43/attachment-0001.sig>


More information about the libvir-list mailing list