From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4dps-0002no-Vi for qemu-devel@nongnu.org; Mon, 05 Mar 2012 14:44:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4dpr-00089A-9B for qemu-devel@nongnu.org; Mon, 05 Mar 2012 14:44:44 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:59574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4dpr-00088m-03 for qemu-devel@nongnu.org; Mon, 05 Mar 2012 14:44:43 -0500 Received: by eeit10 with SMTP id t10so1917847eei.4 for ; Mon, 05 Mar 2012 11:44:40 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F5517A7.90207@redhat.com> Date: Mon, 05 Mar 2012 20:44:39 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1330968842-24635-1-git-send-email-pbonzini@redhat.com> <1330968842-24635-6-git-send-email-pbonzini@redhat.com> <4F550C34.90005@redhat.com> In-Reply-To: <4F550C34.90005@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 5/8] qmp: convert blockdev-snapshot-sync to a wrapper around transactions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, fsimonce@redhat.com, lcapitulino@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Il 05/03/2012 19:55, Eric Blake ha scritto: > Right now, libvirt has an API virDomainSnapshotCreateXML with a flag > VIR_DOMAIN_SNAPSHOT_CREATE_REUSE_EXT, which should map to this new mode > operand. Am I guaranteed that if I pass a 'mode' argument of 'existing' > to an older qemu that lacked mode, I will get a sane error? If so, then > this rewrite looks fine from libvirt's point of view. Not sure... Luiz? Paolo