From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td0hO-0001ez-T9 for qemu-devel@nongnu.org; Mon, 26 Nov 2012 10:34:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Td0hJ-0004Jc-34 for qemu-devel@nongnu.org; Mon, 26 Nov 2012 10:34:18 -0500 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:57001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td0hI-0004Fl-Fi for qemu-devel@nongnu.org; Mon, 26 Nov 2012 10:34:13 -0500 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 26 Nov 2012 21:04:06 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qAQFY3Qo29622418 for ; Mon, 26 Nov 2012 21:04:04 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qAQL3thN003200 for ; Tue, 27 Nov 2012 08:03:55 +1100 From: Anthony Liguori In-Reply-To: <1353422798-30741-1-git-send-email-stefanha@redhat.com> References: <1353422798-30741-1-git-send-email-stefanha@redhat.com> Date: Mon, 26 Nov 2012 09:33:57 -0600 Message-ID: <87d2z0wf8a.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 1.3-rc1 0/1] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Stefan Hajnoczi writes: > The last pull request contained the net-qom patches series which broke > NIC hotplug. I'd like to do deeper testing and it's not critical to get > net-qom into QEMU 1.3, let's hold that back. > > This pull request does contain a tap fix which is 1.3-rc1 material. > > The following changes since commit 1d2a67f89abee0cef4e3d8a8dec739ef0be77120: > > Update version for 1.3.0-rc0 release (2012-11-19 13:51:39 -0600) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git net Pulled. Thanks. Regards, Anthony Liguori > > for you to fetch changes up to 58ddcd50f30cb5c020bd4f9f36b01ee160a27cac: > > tap: reset vnet header size on open (2012-11-20 15:38:37 +0100) > > ---------------------------------------------------------------- > Michael S. Tsirkin (1): > tap: reset vnet header size on open > > net/tap.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > -- > 1.8.0