1. 17 5月, 2016 2 次提交
    • 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 38 次提交