From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5WSu-0007Ry-HZ for qemu-devel@nongnu.org; Sun, 26 Aug 2012 02:36:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5WSt-0000aF-Me for qemu-devel@nongnu.org; Sun, 26 Aug 2012 02:36:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5WSt-0000aA-EK for qemu-devel@nongnu.org; Sun, 26 Aug 2012 02:36:55 -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 q7Q6arP2026323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 26 Aug 2012 02:36:54 -0400 Message-ID: <5039C456.6020301@redhat.com> Date: Sun, 26 Aug 2012 09:38:14 +0300 From: Yonit Halperin MIME-Version: 1.0 References: <1345546460-32050-1-git-send-email-yhalperi@redhat.com> <50337F8F.3020703@redhat.com> In-Reply-To: <50337F8F.3020703@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spice: increase the verbosity of spice section in "qemu --help" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: mprivozn@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On 08/21/2012 03:31 PM, Eric Blake wrote: > On 08/21/2012 04:54 AM, Yonit Halperin wrote: >> Added all spice options to the help string. This can be used by libvirt >> to determine which spice related features are supported by qemu. > > For older released, this is true; but for future versions of qemu, > libvirt would much rather learn this information from QMP commands than > from scraping -help output. Can we get at all of this information from QMP? > No, we don't have qmp commands for any of spice config options. I don't think it should be in the scope of this patch.