From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsECw-0000Ko-L4 for qemu-devel@nongnu.org; Mon, 07 Jan 2013 10:01:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsECv-0003ip-MG for qemu-devel@nongnu.org; Mon, 07 Jan 2013 10:01:46 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:50419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsECv-0003hx-Fy for qemu-devel@nongnu.org; Mon, 07 Jan 2013 10:01:45 -0500 Received: by mail-bk0-f46.google.com with SMTP id q16so8611940bkw.19 for ; Mon, 07 Jan 2013 07:01:44 -0800 (PST) Date: Mon, 7 Jan 2013 16:01:41 +0100 From: Stefan Hajnoczi Message-ID: <20130107150141.GF18749@stefanha-thinkpad.redhat.com> References: <1354878909-21369-1-git-send-email-dmitry@daynix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH V8 0/5] VMXNET3 paravirtual NIC device implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman Cc: "Michael S. Tsirkin" , quintela@redhat.com, qemu-devel , Gerhard Wiesinger , Anthony Liguori , Yan Vugenfirer , Paolo Bonzini On Wed, Dec 26, 2012 at 11:26:09AM +0200, Dmitry Fleytman wrote: > Is there any progress with these patches? > Is there a chance they will be committed any time soon? Hi Dmitry, Thanks for posting this version. I have left comments but overall it seems self-contained and ready to merge soon. One thing to be very careful about is the migration code. An error there can mean breaking live migration between QEMU versions. I took a look and it seems fine but another pair of eyes would help here. Michael: Would you like to take this through your pci/net tree? Stefan