• O
    qemu: Error prompt when saving a shutoff domain · cd951ad2
    Osier Yang 提交于
    "qemudDomainSaveFlag" goto wrong label "endjob", which will cause
    error when security manager trying to restore label (regression).
    
    As it's more reasonable to check if vm is shutoff immediately, and
    return right away if it is, remove the checking in "qemudDomainSaveFlag",
    and add checking in "qemudDomainSave".
    
    * src/qemu/qemu_driver.c
    cd951ad2
qemu_driver.c 323.2 KB