From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0sSv-0000c7-6M for qemu-devel@nongnu.org; Fri, 24 Feb 2012 05:33:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0sSo-0004AC-ST for qemu-devel@nongnu.org; Fri, 24 Feb 2012 05:33:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0sSo-00049x-L7 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 05:33:22 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1OAXL1a024583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Feb 2012 05:33:21 -0500 Message-ID: <4F47676D.6060807@redhat.com> Date: Fri, 24 Feb 2012 11:33:17 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1328713331-30985-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1328713331-30985-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] nic: zap obsolote romloading bits from ne2k + pcnet List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 02/08/12 16:02, Gerd Hoffmann wrote: > These days one just needs to specify the romfile in PCiDeviceInfo and > everything magically works. It also allows to disable pxe rom loading > via "romfile=" like it is possible for all other nics. > > [ v2: rebased & adapted to qom changes ] ping? cheers, Gerd