Re: [Qemu-devel] [PATCH] fix network interface tap backend

2011-08-07 Thread Blue Swirl
On Mon, Jul 25, 2011 at 9:03 AM, Christoph Egger wrote: > On 07/23/11 18:17, Anthony Liguori wrote: >> >> On 06/17/2011 03:56 AM, Christoph Egger wrote: >>> >>> Fix network interface tap backend work on NetBSD. >>> It uses an ioctl to get the tap name. >>> >>>  From Manuel Bouyer >>> Signed-off-by

Re: [Qemu-devel] [PATCH] fix network interface tap backend

2011-07-25 Thread Christoph Egger
On 07/23/11 18:17, Anthony Liguori wrote: On 06/17/2011 03:56 AM, Christoph Egger wrote: Fix network interface tap backend work on NetBSD. It uses an ioctl to get the tap name. From Manuel Bouyer Signed-off-by: Christoph Egger diff --git a/net/tap-bsd.c b/net/tap-bsd.c index 2f3efde..577aaf

Re: [Qemu-devel] [PATCH] fix network interface tap backend

2011-07-23 Thread Anthony Liguori
On 06/17/2011 03:56 AM, Christoph Egger wrote: Fix network interface tap backend work on NetBSD. It uses an ioctl to get the tap name. From Manuel Bouyer Signed-off-by: Christoph Egger diff --git a/net/tap-bsd.c b/net/tap-bsd.c index 2f3efde..577aafe 100644 --- a/net/tap-bsd.c +++ b/net/tap