On 10/25/18 7:03 PM, Maxim Samoylov wrote:
This allows forwarding TCP6 and UDP6 connections down to
netdev=user connected guests.

Signed-off-by: Maxim Samoylov <max7...@yandex-team.ru>
---
  hmp-commands.hx     |  31 ++++++++
  include/net/slirp.h |   2 +
  net/slirp.c         | 214 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  qapi/net.json       |   3 +-
  4 files changed, 249 insertions(+), 1 deletion(-)

+++ b/qapi/net.json
@@ -201,7 +201,8 @@
      '*smbserver': 'str',
      '*hostfwd':   ['String'],
      '*guestfwd':  ['String'],
-    '*tftp-server-name': 'str' } }
+    '*tftp-server-name': 'str',
+    '*ipv6-hostfwd': ['String']} }

Missing documentation of the new member. Don't forget a '(since 3.1)' comment (if this is still appropriate for the current release; which may be doubtful since we are in soft freeze, in which case it will be 3.2 or 4.0, depending on what the next release is numbered).

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Reply via email to