From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV7HK-0008T1-5A for qemu-devel@nongnu.org; Wed, 24 Apr 2013 17:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV7HJ-0003WL-At for qemu-devel@nongnu.org; Wed, 24 Apr 2013 17:31:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV7HJ-0003W4-3F for qemu-devel@nongnu.org; Wed, 24 Apr 2013 17:31:01 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3OLV0v0025071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 24 Apr 2013 17:31:00 -0400 Date: Wed, 24 Apr 2013 17:30:59 -0400 From: Luiz Capitulino Message-ID: <20130424173059.75089c4a@redhat.com> In-Reply-To: <51784D95.7050305@redhat.com> References: <20130424163641.3e15bd43@redhat.com> <51784D95.7050305@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-1.5] qmp: add query-drive-mirror-capabilities List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel On Wed, 24 Apr 2013 23:24:37 +0200 Paolo Bonzini wrote: > Il 24/04/2013 22:36, Luiz Capitulino ha scritto: > > The drive-mirror command was extended in QEMU v1.3.0 with two new > > optional arguments 'granularity' and 'buf-size'. However, there's > > no way for libvirt to query for the existence of the new arguments. > > > > This commit solves this problem by adding the > > query-drive-mirror-capabilities command, which reports the > > existence of both arguments. > > > > Signed-off-by: Luiz Capitulino > > NACK, libvirt doesn't need it yet. Let's do it properly in 1.6. NACK taken. Did this on Eric's request but now I see we have all agreed on deferring a proper solution to 1.6.