From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyldV-0004Ok-Ip for qemu-devel@nongnu.org; Tue, 17 Nov 2015 14:09:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyldQ-0004Ld-Hg for qemu-devel@nongnu.org; Tue, 17 Nov 2015 14:09:49 -0500 Received: from mail-bl2on0130.outbound.protection.outlook.com ([65.55.169.130]:37273 helo=na01-bl2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyldQ-0004LJ-2i for qemu-devel@nongnu.org; Tue, 17 Nov 2015 14:09:44 -0500 From: Andrew Baumann Date: Tue, 17 Nov 2015 11:09:21 -0800 Message-ID: <1447787363-15216-1-git-send-email-Andrew.Baumann@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/2] net/tap-win32 bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Weil , Jason Wang 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