Re: [Qemu-devel] [PATCH] Fixing tap adapter for win32

2011-02-25 Thread Blue Swirl
Thanks, applied. On Mon, Feb 21, 2011 at 1:47 PM, Pavel Dovgaluk wrote: >   This fix allows connection of internal VLAN to the external TAP interface. > If tap_win32_write function always returns 0, the TAP network interface > in QEMU is disabled. > > Signed-off-by: Pavel Dovgalyuk > --- > net/t

[Qemu-devel] [PATCH] Fixing tap adapter for win32

2011-02-21 Thread Pavel Dovgaluk
This fix allows connection of internal VLAN to the external TAP interface. If tap_win32_write function always returns 0, the TAP network interface in QEMU is disabled. Signed-off-by: Pavel Dovgalyuk --- net/tap-win32.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/n