From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV1ej-0004N4-Ai for qemu-devel@nongnu.org; Wed, 24 Apr 2013 11:30:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV1eh-0003Oq-Vx for qemu-devel@nongnu.org; Wed, 24 Apr 2013 11:30:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV1eh-0003NV-HC for qemu-devel@nongnu.org; Wed, 24 Apr 2013 11:30:47 -0400 Date: Wed, 24 Apr 2013 11:30:14 -0400 From: Luiz Capitulino Message-ID: <20130424113014.372059a7@redhat.com> In-Reply-To: <5176B191.50406@redhat.com> References: <87ppxluwzy.fsf@elfo.elfo> <5176B191.50406@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] KVM call minutes for 2013-04-23 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: KVM devel mailing list , qemu-devel qemu-devel , Osier Yang , quintela@redhat.com On Tue, 23 Apr 2013 10:06:41 -0600 Eric Blake wrote: > > we can change "drive_mirror" to use a new command to see if there > > are the new features. > > drive-mirror changed in 1.4 to add optional buf-size parameter; right > now, libvirt is forced to limit itself to 1.3 interface (no buf-size or > granularity) because there is no introspection and no query-* command > that witnesses that the feature is present. Idea was that we need to > add a new query-drive-mirror-capabilities (name subject to bikeshedding) > command into 1.5 that would let libvirt know that buf-size/granularity > is usable (done right, it would also prevent the situation of buf-size > being a write-only interface where it is set when starting the mirror > but can not be queried later to see what size is in use). > > Unclear whether anyone was signing up to tackle the addition of a query > command counterpart for drive-mirror in time for 1.5. I can do it. Nice write-up Eric!