1. 24 8月, 2010 1 次提交
    • E
      xenapi: support xenapi 5.6.0 headers · 5bf86904
      Eric Blake 提交于
      * src/xenapi/xenapi_driver.c (xenapiDomainGetInfo): Avoid using
      XEN_VM_POWER_STATE_UNKNOWN, which disappeared in newer xenapi.
      * src/xenapi/xenapi_utils.c (mapPowerState): Likewise.
      5bf86904
  2. 21 8月, 2010 2 次提交
    • M
      xenapi: Fix compile error in previous commit · d6fdde23
      Matthias Bolte 提交于
      d6fdde23
    • J
      Add actions to virDomainLifecycle enum · b9c10268
      Jim Fehlig 提交于
      Xen supports on_crash actions coredump-{destroy,restart}.  libvirt
      cannot parse config returned by xend that contains either of these
      actions
      
      xen52 # xm li -l test | grep on_crash
          (on_crash coredump-restart)
      xen52 # virsh dumpxml test
      error: internal error unknown lifecycle type coredump-restart
      
      This patch adds a new virDomainLifecycleCrash enum and appends
      the new options to existing destroy, restart, preserve, and
      rename-restart options.
      b9c10268
  3. 20 8月, 2010 1 次提交
    • E
      xenapi: avoid sprintf · 5da4302f
      Eric Blake 提交于
      * src/xenapi/xenapi_utils.h (createVifNetwork): Delete prototype.
      * src/xenapi/xenapi_utils.c (createVifNetwork): Change signature,
      and use virAsprintf.  Detect allocation failure.
      (createVMRecordFromXml): Adjust caller.
      5da4302f
  4. 04 4月, 2010 1 次提交
  5. 01 4月, 2010 1 次提交
  6. 31 3月, 2010 1 次提交
  7. 17 3月, 2010 1 次提交
  8. 15 3月, 2010 2 次提交