1. 16 5月, 2016 32 次提交
  2. 14 5月, 2016 3 次提交
    • F
      qemu: remove ATTRIBUTE_UNUSED in connectGetType · 9055faeb
      Fabian Freyer 提交于
      This is not needed here, since the conn parameter is used in the ACL
      checking calls, which were introduced in abf75aea.
      9055faeb
    • F
      bhyve: implement virConnectGetType · 126e630e
      Fabian Freyer 提交于
      This implements virConnectGetType for the bhyve driver.
      126e630e
    • J
      libxl: don't attempt to probe a non-existent emulator · 400e716d
      Jim Fehlig 提交于
      When probing the <emulator> with '-help' to determine if
      it is the old qemu, errors are reported if the emulator
      doesn't exist
      
      libvirt:  error : internal error: Child process
      (/usr/lib/xen/bin/qemu-dm -help) unexpected exit status 127:
      libvirt:  error : cannot execute binary /usr/lib/xen/bin/qemu-dm:
      No such file or directory
      
      Avoid the probe if the specified emulator doesn't exist,
      squelching the error. There is no behavior change since
      libxlDomainGetEmulatorType() would return
      LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN if the probe failed
      via virCommandRun().
      Signed-off-by: NJim Fehlig <jfehlig@suse.com>
      400e716d
  3. 13 5月, 2016 4 次提交
  4. 12 5月, 2016 1 次提交