qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/2] net/slirp.c: Refactor address parsing


From: Doug Evans
Subject: Re: [PATCH v2 1/2] net/slirp.c: Refactor address parsing
Date: Wed, 3 Feb 2021 13:39:59 -0800

On Wed, Feb 3, 2021 at 1:37 PM Doug Evans <dje@google.com> wrote:
... in preparation for adding ipv6 host forwarding support.
---
 net/slirp.c | 200 +++++++++++++++++++++++++++++++++-------------------
 slirp       |   2 +-
 2 files changed, 130 insertions(+), 72 deletions(-)

diff --git a/net/slirp.c b/net/slirp.c
index be914c0be0..a21a313302 100644
--- a/net/slirp.c
+++ b/net/slirp.c
@@ -631,15 +631,83 @@ static SlirpState *slirp_lookup(Monitor *mon, const char *id)


Yeah, the Signed-off-by line is missing here. Will add in next version, but will wait for further comments.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]