From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33432 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOaqE-0002xz-Mv for qemu-devel@nongnu.org; Tue, 15 Jun 2010 14:26:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOaqD-0005aH-HV for qemu-devel@nongnu.org; Tue, 15 Jun 2010 14:26:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7990) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOaqD-0005a3-1v for qemu-devel@nongnu.org; Tue, 15 Jun 2010 14:26:29 -0400 From: Alex Williamson In-Reply-To: <4C17440C.6090204@redhat.com> References: <20100614054923.879.33717.stgit@localhost.localdomain> <4C15D413.6020803@redhat.com> <1276545389.12015.499.camel@x201> <4C17440C.6090204@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 15 Jun 2010 12:03:42 -0600 Message-ID: <1276625022.12015.718.camel@x201> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFC PATCH 0/5] Introduce canonical device hierarchy string List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: chrisw@redhat.com, kvm@vger.kernel.org, qemu-devel@nongnu.org, paul@codesourcery.com, avi@redhat.com On Tue, 2010-06-15 at 11:12 +0200, Gerd Hoffmann wrote: > > ISA: serial/parallel = iobase, others?? > > ne2k_isa has iobase too. Added > I think all remaining isa devices (timer, kbd, vga, ...) have a fixed > i/o base and can be only once in the system. Yep, isa doesn't support hotplug either, so there's usually only one of the devices and they don't move. > > ide-drive: unit > > I2C: address > > > > virtio-serial doesn't seem to make a DeviceState per port, so I think it > > can be skipped. I'm sure I'm still missing some... > > Hmm? -device virtio-serial -device virtconsole,chardev=foo,port=23 Ok, there's a nr property on virtconsole, I'll add that. But I still don't see ports enumerated as qdev entries for generic virtio-serial. Alex