From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya64l-0000gm-4B for qemu-devel@nongnu.org; Mon, 23 Mar 2015 13:23:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya64h-0002Z6-U5 for qemu-devel@nongnu.org; Mon, 23 Mar 2015 13:23:43 -0400 Sender: Paolo Bonzini Message-ID: <55104C17.80407@redhat.com> Date: Mon, 23 Mar 2015 18:23:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1426856744-18750-1-git-send-email-armbru@redhat.com> <1426856744-18750-2-git-send-email-armbru@redhat.com> <550C21DB.8000607@redhat.com> <87h9tf7pbi.fsf@blackfin.pond.sub.org> <550C2577.2010201@redhat.com> <550C26FE.6010807@redhat.com> <87384z4uq4.fsf@blackfin.pond.sub.org> In-Reply-To: <87384z4uq4.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC for-2.3 1/1] block: New command line option --no-format-probing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , Eric Blake Cc: kwolf@redhat.com, stefanha@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz On 20/03/2015 15:19, Markus Armbruster wrote: > > If (a working version of) this makes it in 2.3, libvirt WILL use it in > > the next release. It will take me less than 5 minutes to write up the > > libvirt patch, as long as the new option is advertised via > > query-command-line-options (which means that QMP introspection of the > > new option is a must for v2 :) Why can't libvirt just add ,format=raw instead of leaving out the format key altogether? Paolo