From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLZek-0002F9-A8 for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:29:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLZef-00028s-GH for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:29:37 -0400 Received: from [199.232.76.173] (port=57987 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLZef-00028a-7Y for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:29:33 -0400 Received: from mx2.redhat.com ([66.187.237.31]:45814) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLZee-0002UY-Px for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:29:33 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5U9TWRP006690 for ; Tue, 30 Jun 2009 05:29:32 -0400 Message-ID: <4A49DAF9.80908@redhat.com> Date: Tue, 30 Jun 2009 11:29:29 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC PATCH] qdev: add -pcidevice command line option. References: <1246286263-27970-1-git-send-email-kraxel@redhat.com> <877hyuda8h.fsf@pike.pond.sub.org> <4A49C609.5070002@redhat.com> In-Reply-To: <4A49C609.5070002@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On 06/30/09 10:00, Gerd Hoffmann wrote: > On 06/29/09 23:02, Markus Armbruster wrote: > >> Why limit this to PCI devices? > > Good question. I think we can go straight for a -device option. Hmm. Not *that* simple, need to dig into attributes first. Hope I have something later this week. cheers, Gerd