From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P87ni-00058H-IB for qemu-devel@nongnu.org; Tue, 19 Oct 2010 04:44:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P87nd-0002s2-Nf for qemu-devel@nongnu.org; Tue, 19 Oct 2010 04:44:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P87nd-0002rv-HT for qemu-devel@nongnu.org; Tue, 19 Oct 2010 04:44:01 -0400 Date: Tue, 19 Oct 2010 10:37:40 +0200 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] [PATCH 1/2] pci: Automatically patch PCI vendor id and device id in PCI ROM Message-ID: <20101019083740.GA4465@redhat.com> References: <4CBC6CDB.109@redhat.com> <1287424511-22021-1-git-send-email-weil@mail.berlios.de> <4CBC957D.3040007@codemonkey.ws> <4CBC97BE.7070902@codemonkey.ws> <4CBC9BFB.9090504@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CBC9BFB.9090504@mail.berlios.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers , Markus Armbruster , Gerd Hoffmann On Mon, Oct 18, 2010 at 09:11:55PM +0200, Stefan Weil wrote: > QEMU must only make sure that patching of the supported roms > with supported devices work. I think that's what Anthony was saying too - make this depend on a qdev property and set it only in eepro100 for now. -- MST