You need to sign in or sign up before continuing.
  • P
    qemu: Implement postParse callback skipping on config reload · 7726d158
    Peter Krempa 提交于
    Use the new facility which allows to ignore failures in post parse
    callbacks if they are not fatal so that VM configs are not lost if the
    emulator binary is missing.
    
    If qemuCaps can't be populated on daemon restart skip certain portions
    of the post parse callbacks during config reload and re-run the callback
    during VM startup.
    
    This fixes VMs vanishing if the emulator binary was broken or
    uninstalled and libvirtd was restarted.
    7726d158
qemu_domain.c 290.7 KB