From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHzuQ-0001XO-Uu for qemu-devel@nongnu.org; Mon, 24 Feb 2014 13:05:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHzuK-0002if-Gz for qemu-devel@nongnu.org; Mon, 24 Feb 2014 13:05:42 -0500 Received: from mx3-phx2.redhat.com ([209.132.183.24]:50892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHzuK-0002ia-5u for qemu-devel@nongnu.org; Mon, 24 Feb 2014 13:05:36 -0500 Date: Mon, 24 Feb 2014 13:05:33 -0500 (EST) From: Paolo Bonzini Message-ID: <2003118491.8457936.1393265133188.JavaMail.zimbra@redhat.com> In-Reply-To: References: <1393233796-1328-1-git-send-email-orx.goshen@intel.com> <530B115F.7080407@redhat.com> <530B4BD4.7030808@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add a command to QMP to list the supported devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Or Goshen Cc: qemu-devel@nongnu.org, Andreas =?utf-8?Q?F=C3=A4rber?= , Or Goshen , Luiz Capitulino > You are correct. I need "-device ?" functionality for porting libguestfs to > mingw Interesting! Why is "-device ?" not enough? I think that libguestfs should not need anything that qom-list-types does not provide. Paolo