From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0val-0005sX-D0 for qemu-devel@nongnu.org; Fri, 14 Nov 2008 05:07:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0vah-0005nM-Fy for qemu-devel@nongnu.org; Fri, 14 Nov 2008 05:07:51 -0500 Received: from [199.232.76.173] (port=60726 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0vag-0005mA-CM for qemu-devel@nongnu.org; Fri, 14 Nov 2008 05:07:50 -0500 Received: from mx2.redhat.com ([66.187.237.31]:55451) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0vaf-0003Jp-Tt for qemu-devel@nongnu.org; Fri, 14 Nov 2008 05:07:50 -0500 Message-ID: <491D4DFA.9000206@redhat.com> Date: Fri, 14 Nov 2008 12:07:54 +0200 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 5/5] monitor: add "info capabilities" command References: <> <1226594763-2304-1-git-send-email-markmc@redhat.com> <1226594763-2304-2-git-send-email-markmc@redhat.com> <1226594763-2304-3-git-send-email-markmc@redhat.com> <1226594763-2304-4-git-send-email-markmc@redhat.com> <1226594763-2304-5-git-send-email-markmc@redhat.com> <1226594763-2304-6-git-send-email-markmc@redhat.com> In-Reply-To: <1226594763-2304-6-git-send-email-markmc@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mark McLoughlin Mark McLoughlin wrote: > Add a monitor command which allows the user (or management tools) to > query what features the given qemu binary supports. > > The output format is ".ini style" and is intended to list: > > 1) New features - e.g. cache=writethrough > > 2) Compile time configurables - e.g. built with kqemu support > > 3) Magic numbers - e.g. the vcpu limit > The monitor is a late interface -- you need this information to determine some of the command-line parameters that were used to start qemu and the monitor! -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.