From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [RFC PATCH 0/5] Introduce canonical device hierarchy string Date: Tue, 15 Jun 2010 11:12:44 +0200 Message-ID: <4C17440C.6090204@redhat.com> References: <20100614054923.879.33717.stgit@localhost.localdomain> <4C15D413.6020803@redhat.com> <1276545389.12015.499.camel@x201> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, avi@redhat.com, anthony@codemonkey.ws, paul@codesourcery.com, chrisw@redhat.com To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34668 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765Ab0FOJNQ (ORCPT ); Tue, 15 Jun 2010 05:13:16 -0400 In-Reply-To: <1276545389.12015.499.camel@x201> Sender: kvm-owner@vger.kernel.org List-ID: > 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