From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mzo76-0004jm-1h for qemu-devel@nongnu.org; Mon, 19 Oct 2009 05:01:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mzo71-0004jC-9h for qemu-devel@nongnu.org; Mon, 19 Oct 2009 05:01:11 -0400 Received: from [199.232.76.173] (port=47897 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzo71-0004j9-4R for qemu-devel@nongnu.org; Mon, 19 Oct 2009 05:01:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18028) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mzo70-0006qu-I9 for qemu-devel@nongnu.org; Mon, 19 Oct 2009 05:01:06 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9J9143J020271 for ; Mon, 19 Oct 2009 05:01:04 -0400 Subject: Re: [Qemu-devel] [RfC PATCH v3 00/10] qdev-ify network cards From: Mark McLoughlin In-Reply-To: <1255700523-15270-1-git-send-email-kraxel@redhat.com> References: <1255700523-15270-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain Date: Mon, 19 Oct 2009 09:59:17 +0100 Message-Id: <1255942757.18316.3.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Fri, 2009-10-16 at 15:41 +0200, Gerd Hoffmann wrote: > Hi, > > Short RfC patch series to get the discussion rolling. We really need to > get the nic drivers qdev-ified properly, so qemu stops segfaulting on > '-device $any_nic_here'. > > New in v3: > * renamed macaddr_t to MACAddr and made it a struct. > * Adapted to netdev changes merged recently. > * Also convert ne2k_pci. > * Some new qdev properties and common bits for nics to ease > conversion. > * load pxe rom unconditionally (ne2k_pci only). Very nice, I like it. Acked-by: Mark McLoughlin Cheers, Mark.