1. 07 9月, 2017 9 次提交
  2. 06 9月, 2017 4 次提交
  3. 05 9月, 2017 6 次提交
  4. 04 9月, 2017 8 次提交
  5. 02 9月, 2017 3 次提交
  6. 01 9月, 2017 4 次提交
  7. 31 8月, 2017 4 次提交
  8. 30 8月, 2017 2 次提交
    • 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
    • P
      tests: don't use unix socket path that matches auto-generated path · 8646b125
      Pavel Hrdina 提交于
      The test was introduced by 60135b22.
      
      The auto-generated path is removed by post-parse callback which
      also changes the mode from "connect" to "bind" since the auto-generated
      path makes sense only for "bind" mode.
      Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
      8646b125