• D
    Fix autodestroy of QEMU guests · b4a124ef
    Daniel P. Berrange 提交于
    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 568a6cda
      Author: Jiri Denemark <jdenemar@redhat.com>
      Date:   Fri Feb 15 15:11:47 2013 +0100
    
        qemu: Avoid deadlock in autodestroy
    Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
    b4a124ef
qemu_conf.c 32.8 KB