1. 24 5月, 2017 2 次提交
    • P
      qemu: Properly check return value of VIR_STRDUP in qemuDomainGetBlockIoTune · 3fe624b2
      Peter Krempa 提交于
      Setting the 'group_name' for a disk would falsely trigger a error path
      as in commit 4b57f765 we did not properly check the return value of
      VIR_STRDUP.
      3fe624b2
    • J
      libxl: add default controllers for USB devices · 6de895f6
      Jim Fehlig 提交于
      Attempting to start a domain with USB hostdevs but no USB controllers
      fails with the rather cryptic error
      
      libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an
      error message from QMP server: Bus 'xenusb-0.0' not found
      
      This can be fixed by creating default USB controllers. When no USB
      controllers are defined, create the number of 8 port controllers
      necessary to accommodate the number of defined USB devices.
      
      Note that USB controllers are already created as needed in the
      domainAttachDevice code path. E.g. a USB controller will be created,
      if necessary, when attaching a USB device with
      'virsh attach-device dom usbdev.xml'.
      6de895f6
  2. 23 5月, 2017 6 次提交
  3. 22 5月, 2017 7 次提交
  4. 19 5月, 2017 9 次提交
  5. 18 5月, 2017 16 次提交