1. 21 8月, 2018 9 次提交
  2. 20 7月, 2018 2 次提交
  3. 13 7月, 2018 1 次提交
  4. 10 7月, 2018 3 次提交
  5. 12 6月, 2018 3 次提交
  6. 06 6月, 2018 1 次提交
    • D
      qemu: don't retry connect() if doing FD passing · 7ef0471b
      Daniel P. Berrangé 提交于
      Since libvirt called bind() and listen() on the UNIX socket, it is
      guaranteed that connect() will immediately succeed, if QEMU is running
      normally. It will only fail if QEMU has closed the monitor socket by
      mistake or if QEMU has exited, letting the kernel close it.
      
      With this in mind we can remove the retry loop and timeout when
      connecting to the QEMU monitor if we are doing FD passing. Libvirt can
      go straight to sending the QMP greeting and will simply block waiting
      for a reply until QEMU is ready.
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      7ef0471b
  7. 05 6月, 2018 4 次提交
  8. 23 5月, 2018 4 次提交
  9. 17 5月, 2018 1 次提交
  10. 14 5月, 2018 1 次提交
  11. 30 4月, 2018 1 次提交
  12. 18 4月, 2018 1 次提交
  13. 17 4月, 2018 9 次提交