From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV7BO-0004Cv-VV for qemu-devel@nongnu.org; Wed, 24 Apr 2013 17:24:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV7BK-0000We-86 for qemu-devel@nongnu.org; Wed, 24 Apr 2013 17:24:54 -0400 Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]:49178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV7BK-0000WZ-1F for qemu-devel@nongnu.org; Wed, 24 Apr 2013 17:24:50 -0400 Received: by mail-ea0-f172.google.com with SMTP id l15so438818eak.17 for ; Wed, 24 Apr 2013 14:24:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51784D95.7050305@redhat.com> Date: Wed, 24 Apr 2013 23:24:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130424163641.3e15bd43@redhat.com> In-Reply-To: <20130424163641.3e15bd43@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Luiz Capitulino , qemu-devel 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. Paolo