From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60NZ-0000hM-5N for qemu-devel@nongnu.org; Wed, 22 Jan 2014 11:10:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W60NU-00021H-BQ for qemu-devel@nongnu.org; Wed, 22 Jan 2014 11:10:13 -0500 Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:34107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60NU-00020o-5k for qemu-devel@nongnu.org; Wed, 22 Jan 2014 11:10:08 -0500 Received: by mail-ee0-f42.google.com with SMTP id e49so5054088eek.29 for ; Wed, 22 Jan 2014 08:10:07 -0800 (PST) Date: Wed, 22 Jan 2014 10:10:00 -0600 From: Stefan Hajnoczi Message-ID: <20140122161000.GA12918@stefanha-thinkpad.redhat.com> References: <52da13650009e1240000785300007a4490000af99857@amlmta043.auone-net.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52da13650009e1240000785300007a4490000af99857@amlmta043.auone-net.jp> Subject: Re: [Qemu-devel] [PATCH] tap-linux: Get features once and use it many times List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kusanagi Kouichi Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Anthony Liguori 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