From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuTC2-00005g-Ae for qemu-devel@nongnu.org; Wed, 24 Mar 2010 12:12:30 -0400 Received: from [140.186.70.92] (port=51908 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuTC0-0008WO-Ks for qemu-devel@nongnu.org; Wed, 24 Mar 2010 12:12:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuTBz-0000xH-35 for qemu-devel@nongnu.org; Wed, 24 Mar 2010 12:12:28 -0400 Received: from mx20.gnu.org ([199.232.41.8]:42497) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuTBy-0000xB-Vn for qemu-devel@nongnu.org; Wed, 24 Mar 2010 12:12:27 -0400 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NuTBy-0003hk-J8 for qemu-devel@nongnu.org; Wed, 24 Mar 2010 12:12:26 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: [libvirt] Supporting hypervisor specific APIs in libvirt Date: Wed, 24 Mar 2010 16:12:22 +0000 References: <4BA7C40C.2040505@codemonkey.ws> <201003241303.25813.paul@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201003241612.22726.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: "libvir-list@redhat.com" , qemu-devel@nongnu.org, Avi Kivity > Paul Brook writes: > >> > IMO the no_user flag is a bug, and should not exist. > >> > >> Sorry, what's that? > > > > Usually an indication that a device has been incorrectly or inproperly > > converted to the qdev interface. > > Can also be an indication that the device can't support multiple > instances. For instance: > qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user I still claim this is a bug, and see no good reason why we shouldn't support multiple floppy controllers, ISA busses, etc. Paul