1. 12 9月, 2017 1 次提交
  2. 11 9月, 2017 1 次提交
  3. 07 9月, 2017 14 次提交
  4. 06 9月, 2017 1 次提交
  5. 05 9月, 2017 5 次提交
  6. 01 9月, 2017 2 次提交
  7. 30 8月, 2017 1 次提交
    • P
      qemu: set bind mode for chardev while parsing XML · be6a415e
      Pavel Hrdina 提交于
      Currently while parsing domain XML we clear the UNIX path if it matches
      one of the auto-generated paths by libvirt.  After that when the guest
      is started new path is generated but the mode is also changed to "bind".
      
      In the real-world use-case the mode should not change, it only happens
      if a user provides a mode='connect' and path that matches one of the
      auto-generated path or not provides a path at all.
      
      Before *reconnect* feature was introduced there was no issue, but with
      the new feature we need to make sure that it's used only with "connect"
      mode, therefore we need to move the mode change into parsing in order
      to have a proper error reported by validation code.
      Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
      be6a415e
  8. 29 8月, 2017 11 次提交
  9. 28 8月, 2017 1 次提交
    • A
      qemu: Handle host devices not being available better · 1f433932
      Andrea Bolognani 提交于
      We can't retrieve the isolation group of a device that's not present
      in the system. However, it's very common for VFs to be created late
      in the boot, so they might not be present yet when libvirtd starts,
      which would cause the guests using them to disappear.
      
      Moreover, for other architectures and even ppc64 before isolation
      groups were introduced, it's considered perfectly fine to configure a
      guest to use a device that's not yet (or no longer) available to the
      host, with the obvious caveat that such a guest won't be able to
      start before the device is available.
      
      In order to be consistent, when a device's isolation group can't be
      determined fall back to not isolating it rather than erroring out or,
      worse, making the guest disappear.
      
      Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1484254Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      1f433932
  10. 27 8月, 2017 3 次提交