Re: [Qemu-devel] [PATCH] tap-bsd: OpenBSD uses tap(4) now

2016-09-29 Thread Jason Wang
On 2016年09月29日 12:55, Thomas Huth wrote: On 29.09.2016 03:41, Jason Wang wrote: On 2016年09月26日 18:35, Thomas Huth wrote: On 26.09.2016 03:58, Brad Smith wrote: Update the tap-bsd code now that OpenBSD uses tap(4). Signed-off-by: Brad Smith diff --git a/net/tap-bsd.c b/net/tap-bsd.c inde

Re: [Qemu-devel] [PATCH] tap-bsd: OpenBSD uses tap(4) now

2016-09-28 Thread Thomas Huth
On 29.09.2016 03:41, Jason Wang wrote: > > > On 2016年09月26日 18:35, Thomas Huth wrote: >> On 26.09.2016 03:58, Brad Smith wrote: >>> Update the tap-bsd code now that OpenBSD uses tap(4). >>> >>> Signed-off-by: Brad Smith >>> >>> >>> diff --git a/net/tap-bsd.c b/net/tap-bsd.c >>> index c506ac3..8d

Re: [Qemu-devel] [PATCH] tap-bsd: OpenBSD uses tap(4) now

2016-09-28 Thread Jason Wang
On 2016年09月26日 18:35, Thomas Huth wrote: On 26.09.2016 03:58, Brad Smith wrote: Update the tap-bsd code now that OpenBSD uses tap(4). Signed-off-by: Brad Smith diff --git a/net/tap-bsd.c b/net/tap-bsd.c index c506ac3..8d0f049 100644 --- a/net/tap-bsd.c +++ b/net/tap-bsd.c @@ -55,11 +55,7 @

Re: [Qemu-devel] [PATCH] tap-bsd: OpenBSD uses tap(4) now

2016-09-26 Thread Thomas Huth
On 26.09.2016 03:58, Brad Smith wrote: > Update the tap-bsd code now that OpenBSD uses tap(4). > > Signed-off-by: Brad Smith > > > diff --git a/net/tap-bsd.c b/net/tap-bsd.c > index c506ac3..8d0f049 100644 > --- a/net/tap-bsd.c > +++ b/net/tap-bsd.c > @@ -55,11 +55,7 @@ int tap_open(char *ifnam

[Qemu-devel] [PATCH] tap-bsd: OpenBSD uses tap(4) now

2016-09-25 Thread Brad Smith
Update the tap-bsd code now that OpenBSD uses tap(4). Signed-off-by: Brad Smith diff --git a/net/tap-bsd.c b/net/tap-bsd.c index c506ac3..8d0f049 100644 --- a/net/tap-bsd.c +++ b/net/tap-bsd.c @@ -55,11 +55,7 @@ int tap_open(char *ifname, int ifname_size, int *vnet_hdr, if (*ifname) {