From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33207 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLemR-0004dA-S5 for qemu-devel@nongnu.org; Mon, 07 Jun 2010 12:02:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLemQ-0003M4-HR for qemu-devel@nongnu.org; Mon, 07 Jun 2010 12:02:27 -0400 Received: from mail-ww0-f45.google.com ([74.125.82.45]:33698) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLemQ-0003Lw-DY for qemu-devel@nongnu.org; Mon, 07 Jun 2010 12:02:26 -0400 Received: by wwb13 with SMTP id 13so2730805wwb.4 for ; Mon, 07 Jun 2010 09:02:25 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C0D1808.8090305@redhat.com> Date: Mon, 07 Jun 2010 18:02:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1275921752-29420-1-git-send-email-berrange@redhat.com> <4C0D0903.50207@codemonkey.ws> In-Reply-To: <4C0D0903.50207@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 00/19] RFC: Reporting QEMU binary capabilities List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 06/07/2010 04:58 PM, Anthony Liguori wrote: > > A query-argv is a really bad idea IMHO. Agreed. Instead we should work towards improve the configurability of QEMU via monitor commands or -readconfig. libvirt is already using -nodefaults on recent QEMU, so this is not _that_ far away. Paolo