Re: [PATCH 2/2] net: Add ipv6_hostfwd option

2021-01-21 Thread Eric Blake
On 1/21/21 2:23 AM, dje--- via wrote: > Signed-off-by: Doug Evans > --- Rather light on the commit message description. The one-line summary does a good job of saying "what" the commit does, but the rest of the commit body should say "why" the commit is worthwhile, rather than being silent. >

[PATCH 2/2] net: Add ipv6_hostfwd option

2021-01-21 Thread dje--- via
Signed-off-by: Doug Evans --- hmp-commands.hx | 29 - include/net/slirp.h | 2 + net/slirp.c | 311 +++- qapi/net.json | 1 + slirp | 2 +- 5 files changed, 279 insertions(+), 66 deletions(-) diff --git a/hmp-comm