From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQMJj-0002OL-Ot for qemu-devel@nongnu.org; Thu, 11 Apr 2013 14:33:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQMJO-0004Wm-Gl for qemu-devel@nongnu.org; Thu, 11 Apr 2013 14:33:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQMJO-0004TZ-AC for qemu-devel@nongnu.org; Thu, 11 Apr 2013 14:33:30 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3BIXHV4014231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Apr 2013 14:33:18 -0400 Received: from vlap.laine.org (ovpn-113-81.phx2.redhat.com [10.3.113.81]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r3BIXHp9023631 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 11 Apr 2013 14:33:17 -0400 Message-ID: <516701EC.8020209@redhat.com> Date: Thu, 11 Apr 2013 14:33:16 -0400 From: Laine Stump MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-9 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] listing "bus" option in output of "qemu -device $devname, ?" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list I was just talking to Michael Tsirkin on IRC about determining which devices accepted a "bus" option, and asked why this option doesn't show up in the output of "qemu -device $devname,?" (as happens for addr, etc). He said this is an old bug, and asked that I send mail to the list as a reminder that it should be fixed. So here is the reminder email :-) (note that I don't currently have any plans to use such informational output in libvirt; mainly I was interested in seeing it when manually running the command, as an aid to figuring out the nature of each device and how they can be categorized.)