From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZysA1-0003Rk-1D for qemu-devel@nongnu.org; Tue, 17 Nov 2015 21:07:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zys9w-0007xf-P0 for qemu-devel@nongnu.org; Tue, 17 Nov 2015 21:07:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zys9w-0007xQ-JQ for qemu-devel@nongnu.org; Tue, 17 Nov 2015 21:07:44 -0500 References: <1447787363-15216-1-git-send-email-Andrew.Baumann@microsoft.com> From: Jason Wang Message-ID: <564BDD50.4060304@redhat.com> Date: Wed, 18 Nov 2015 10:07:12 +0800 MIME-Version: 1.0 In-Reply-To: <1447787363-15216-1-git-send-email-Andrew.Baumann@microsoft.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] net/tap-win32 bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Baumann , qemu-devel@nongnu.org Cc: Stefan Weil On 11/18/2015 03:09 AM, Andrew Baumann wrote: > Since I just discovered that you're in feature freeze, I wanted to > submit two smallish bug fixes for the win32 tap device. The changes > are independent, but without both fixes the tap device is unusable > (for me, at least!). > > Cheers, > Andrew > The patches looks good, but I'm not familiar with Win32 API, so any "Acked-by" or "Reviewed-by" is more than appreciated. Will leave them on the list for several days before applying Thanks.