1. 10 2月, 2015 1 次提交
  2. 09 10月, 2014 1 次提交
  3. 27 9月, 2014 1 次提交
  4. 17 9月, 2014 1 次提交
    • P
      util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram() · 8287fea3
      Peter Maydell 提交于
      Currently you can specify whether you want a UDP chardev backend
      to be IPv4 or IPv6 using the ipv4 or ipv6 options if you use the
      QemuOpts parsing code in inet_dgram_opts(). However the QMP struct
      parsing code in socket_dgram() doesn't provide this flexibility
      (which in turn prevents us from converting the UDP backend handling
      to the new style QAPI framework).
      
      Use the existing inet_addr_to_opts() function to convert the
      remote->inet address to option strings; this handles ipv4 and
      ipv6 flags as well as host and port. (It will also convert any
      'to' specification, which is harmless as it is ignored in this
      context.)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1409653457-27863-3-git-send-email-peter.maydell@linaro.org
      8287fea3
  5. 15 8月, 2014 1 次提交
  6. 23 6月, 2014 2 次提交
  7. 13 6月, 2014 1 次提交
  8. 10 6月, 2014 1 次提交
  9. 21 5月, 2014 1 次提交
  10. 07 1月, 2014 1 次提交
  11. 03 10月, 2013 1 次提交
  12. 29 6月, 2013 4 次提交
  13. 18 6月, 2013 1 次提交
  14. 24 4月, 2013 1 次提交
  15. 02 4月, 2013 2 次提交
  16. 23 3月, 2013 2 次提交
  17. 22 3月, 2013 1 次提交
  18. 13 3月, 2013 1 次提交
  19. 09 3月, 2013 1 次提交
  20. 11 2月, 2013 1 次提交
  21. 13 1月, 2013 1 次提交
  22. 19 12月, 2012 2 次提交
  23. 11 12月, 2012 1 次提交
  24. 21 11月, 2012 1 次提交
  25. 19 11月, 2012 1 次提交
  26. 03 11月, 2012 1 次提交
  27. 30 10月, 2012 2 次提交
  28. 24 10月, 2012 2 次提交
  29. 23 10月, 2012 3 次提交