1. 17 5月, 2016 5 次提交
    • A
      qemu: Drop QEMU_CAPS_CPU_HOST · 859743c2
      Andrea Bolognani 提交于
      The only QEMU versions that don't have such capability are <0.11,
      which we no longer support anyway
      859743c2
    • A
      qemu: Drop QEMU_CAPS_PCI_ROMBAR · 8531b85b
      Andrea Bolognani 提交于
      The only QEMU versions that don't have such capability are <0.12,
      which we no longer support anyway.
      
      Additionally, this solves the issue of some QEMU binaries being
      reported as not having such capability just because they lacked
      the {kvm-}pci-assign QMP object.
      8531b85b
    • J
      libxl: Free migration cookie · 1222a303
      John Ferlan 提交于
      Commit id 'f9edcfa4' added cookie manipulation for libxl; however, some
      cookie crumb cleanup was missed. Found by Coverity.
      
      In libxlDomainMigrationBegin, the cookie is allocated and baked; however,
      the mig ingredients weren't cleaned up.
      
      In libxlDomainMigrationPrepare, when the 'mig' cookie is added to the
      args, set the 'mig = NULL'; otherwise, other failure paths between when
      the code ate the cookie data and when it was added to args would fail
      to clean up the crumbs.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      1222a303
    • J
      qemu: More qemu_monitor_json cleanups · 52760707
      John Ferlan 提交于
      Recent adjustments to the code produced a litany of coverity false
      positives, but only because the "standard" procedure of setting a
      variable to NULL after it was assigned to something else and keeping
      the *Free/*FREE call in the cleanup path wasn't kept. So this patch
      makes those adjustments (assign variable to NULL and remove the if
      'ret < 0' condition to clean it up).
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      52760707
    • F
      bhyve: implement virConnectIsAlive · a1efc942
      Fabian Freyer 提交于
      bhyve connections are local, and a "connection will be classed as alive
      if it is [...] local".
      a1efc942
  2. 16 5月, 2016 35 次提交