1. 25 8月, 2017 1 次提交
  2. 24 8月, 2017 7 次提交
  3. 23 8月, 2017 2 次提交
  4. 22 8月, 2017 21 次提交
  5. 21 8月, 2017 7 次提交
  6. 18 8月, 2017 2 次提交
    • 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
    • P
      qemu: domain: Don't set default USB model if qemuCaps is missing · 78088848
      Peter Krempa 提交于
      qemuDomainControllerDefPostParse assigns the default USB controller
      model when it was not specified by the user. Skip this step if @qemuCaps
      is missing so that we don't fill wrong data. This will then be fixes by
      re-running the post parse callback.
      78088848