These are identical to their ipv4 counterparts, but for ipv6.
Signed-off-by: Doug Evans
---
hmp-commands.hx | 32 +++
include/net/slirp.h | 2 +
net/slirp.c | 128 +++-
qapi/net.json | 4 ++
4 files changed, 164 insertions(+)
... in preparation for adding ipv6 host forwarding support.
Signed-off-by: Doug Evans
---
net/slirp.c | 200 +---
1 file changed, 129 insertions(+), 71 deletions(-)
diff --git a/net/slirp.c b/net/slirp.c
index be914c0be0..a21a313302 100644
--- a/n
This commit is intended to only contain the slirp submodule change
that adds ipv6 hostfwd support.
---
slirp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/slirp b/slirp
index 8f43a99191..358c0827d4 16
--- a/slirp
+++ b/slirp
@@ -1 +1 @@
-Subproject commit 8f43a99191afb47c
Add support for ipv6 host forwarding
This patchset takes the original patch from Maxim,
https://www.mail-archive.com/qemu-devel@nongnu.org/msg569573.html
and updates it.
New option: -ipv6-hostfwd
New commands: ipv6_hostfwd_add, ipv6_hostfwd_remove
These are the ipv6 equivalents of their ipv4 co
... 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/sl
This patchset takes the original patch from Maxim,
https://www.mail-archive.com/qemu-devel@nongnu.org/msg569573.html
and updates it.
New option: -ipv6-hostfwd
New commands: ipv6_hostfwd_add, ipv6_hostfwd_remove
These are the ipv6 equivalents of their ipv4 counterparts.
The libslirp part of the
These are identical to their ipv4 counterparts, but for ipv6.
Signed-off-by: Doug Evans
---
hmp-commands.hx | 28 ++
include/net/slirp.h | 2 +
net/slirp.c | 129 +++-
qapi/net.json | 4 ++
4 files changed, 161 insertions(+),
On Mon, Feb 1, 2021 at 9:11 AM Peter Maydell
wrote:
> On Fri, 22 Jan 2021 at 00:34, dje--- via wrote:
> >
> > This is a 10/100 ethernet device that has several features.
> > Only the ones needed by the Linux driver have been implemented.
> > See npcm7xx_emc.c
Reviewed-by: Hao Wu
Reviewed-by: Avi Fishman
Signed-off-by: Doug Evans
---
tests/qtest/meson.build| 1 +
tests/qtest/npcm7xx_emc-test.c | 793 +
2 files changed, 794 insertions(+)
create mode 100644 tests/qtest/npcm7xx_emc-test.c
diff --git a/tests/qt
This is a 10/100 ethernet device that has several features.
Only the ones needed by the Linux driver have been implemented.
See npcm7xx_emc.c for a list of unimplemented features.
Reviewed-by: Hao Wu
Reviewed-by: Avi Fishman
Signed-off-by: Doug Evans
---
hw/net/meson.build | 1 +
h
This is a 10/100 ethernet device that has several features.
Only the ones needed by the Linux driver have been implemented.
See npcm7xx_emc.c for a list of unimplemented features.
Reviewed-by: Hao Wu
Reviewed-by: Avi Fishman
Signed-off-by: Doug Evans
---
docs/system/arm/nuvoton.rst | 3 ++-
h
This is a 10/100 ethernet device that has several features.
Only the ones needed by the Linux driver have been implemented.
See npcm7xx_emc.c for a list of unimplemented features.
Doug Evans (3):
hw/net: Add npcm7xx emc model
hw/arm: Add npcm7xx emc model
tests/qtests: Add npcm7xx emc model
DNS should be DHCP
Signed-off-by: Doug Evans
---
net/slirp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/slirp.c b/net/slirp.c
index 8350c6d45f..be914c0be0 100644
--- a/net/slirp.c
+++ b/net/slirp.c
@@ -473,7 +473,7 @@ static int net_slirp_init(NetClientState *peer, c
This is a 10/100 ethernet device that has several features.
Only the ones needed by the Linux driver have been implemented.
See npcm7xx_emc.c for a list of unimplemented features.
Reviewed-by: Hao Wu
Reviewed-by: Avi Fishman
Signed-off-by: Doug Evans
---
docs/system/arm/nuvoton.rst| 3 +-
On Thu, Jan 21, 2021 at 1:41 AM Marc-André Lureau <
marcandre.lur...@gmail.com> wrote:
> Hi Doug,
>
> On Thu, Jan 21, 2021 at 12:24 PM dje--- via wrote:
> >
> > Hi. This patchset takes the original patch from Maxim,
> > https://www.mail-archive.com/qemu-devel@
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
Signed-off-by: Doug Evans
---
src/libslirp.h | 6 +++
src/slirp.c| 51 +--
src/socket.c | 109 +++--
src/socket.h | 9
src/udp.c | 73 ++---
src/udp.h | 2 +
6 files changed,
Hi. This patchset takes the original patch from Maxim,
https://www.mail-archive.com/qemu-devel@nongnu.org/msg569573.html
and updates it.
The first patch is the slirp additions, the second patch adds the u/i.
Doug Evans (2):
slirp: Add ipv6 hostfwd support
net: Add ipv6_hostfwd option
Slirp:
18 matches
Mail list logo