From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46274 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOSCu-0006Th-PE for qemu-devel@nongnu.org; Tue, 15 Jun 2010 05:13:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOSCq-00022A-1W for qemu-devel@nongnu.org; Tue, 15 Jun 2010 05:13:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21494) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOSCp-000221-Np for qemu-devel@nongnu.org; Tue, 15 Jun 2010 05:13:16 -0400 Message-ID: <4C17440C.6090204@redhat.com> Date: Tue, 15 Jun 2010 11:12:44 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <20100614054923.879.33717.stgit@localhost.localdomain> <4C15D413.6020803@redhat.com> <1276545389.12015.499.camel@x201> In-Reply-To: <1276545389.12015.499.camel@x201> Content-Type: text/plain; charset=UTF-8; format=flowed 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: Alex Williamson Cc: chrisw@redhat.com, kvm@vger.kernel.org, qemu-devel@nongnu.org, paul@codesourcery.com, avi@redhat.com > ISA: serial/parallel = iobase, others?? ne2k_isa has iobase too. I think all remaining isa devices (timer, kbd, vga, ...) have a fixed i/o base and can be only once in the system. > 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 cheers, Gerd