Re: [Qemu-devel] [PATCH] tap-linux: Get features once and use it many times

2014-01-22 Thread Stefan Hajnoczi
On Sat, Jan 18, 2014 at 02:38:45PM +0900, Kusanagi Kouichi wrote: > Signed-off-by: Kusanagi Kouichi > --- > net/tap-linux.c | 14 -- > 1 file changed, 8 insertions(+), 6 deletions(-) Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan

[Qemu-devel] [PATCH] tap-linux: Get features once and use it many times

2014-01-17 Thread Kusanagi Kouichi
Signed-off-by: Kusanagi Kouichi --- net/tap-linux.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/net/tap-linux.c b/net/tap-linux.c index 36c09e2..812bf2d 100644 --- a/net/tap-linux.c +++ b/net/tap-linux.c @@ -52,14 +52,17 @@ int tap_open(char *ifname, int ifn