From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2rS5-0007kj-F2 for qemu-devel@nongnu.org; Tue, 17 May 2016 22:43:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2rS1-0001ii-9O for qemu-devel@nongnu.org; Tue, 17 May 2016 22:43:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2rS1-0001hd-41 for qemu-devel@nongnu.org; Tue, 17 May 2016 22:43:09 -0400 References: <1463320189-14108-1-git-send-email-leonid.bloch@ravellosystems.com> From: Jason Wang Message-ID: <573BD6B2.1090003@redhat.com> Date: Wed, 18 May 2016 10:42:58 +0800 MIME-Version: 1.0 In-Reply-To: <1463320189-14108-1-git-send-email-leonid.bloch@ravellosystems.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 00/16] Introduce Intel 82574 GbE Controller Emulation (e1000e) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leonid Bloch , qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Dmitry Fleytman , Leonid Bloch , Shmulik Ladkani On 2016=E5=B9=B405=E6=9C=8815=E6=97=A5 21:49, Leonid Bloch wrote: > Hello All, > > This is v5 of e1000e series. > > For convenience, the same patches are available at: > https://github.com/daynix/qemu-e1000e/tree/e1000e-submit-v5 > > Best regards, > Dmitry. Applied to -net. There's still some work need to be done on top: - add e1000e pxe roms - add e1000e to test/pxe-test Thanks