From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ce2tW-0001At-C1 for qemu-devel@nongnu.org; Wed, 15 Feb 2017 11:57:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ce2tV-0001gV-NT for qemu-devel@nongnu.org; Wed, 15 Feb 2017 11:57:30 -0500 References: <20170203154757.36140-1-vsementsov@virtuozzo.com> <20170203154757.36140-16-vsementsov@virtuozzo.com> From: Paolo Bonzini Message-ID: Date: Wed, 15 Feb 2017 17:57:24 +0100 MIME-Version: 1.0 In-Reply-To: <20170203154757.36140-16-vsementsov@virtuozzo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 15/18] qmp: add block-dirty-bitmap-load List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladimir Sementsov-Ogievskiy , qemu-block@nongnu.org, qemu-devel@nongnu.org Cc: famz@redhat.com, jsnow@redhat.com, kwolf@redhat.com, mreitz@redhat.com, armbru@redhat.com, eblake@redhat.com, den@virtuozzo.com, stefanha@redhat.com On 03/02/2017 16:47, Vladimir Sementsov-Ogievskiy wrote: > ## > +# @block-dirty-bitmap-load: > +# > +# Load a dirty bitmap from the storage (qcow2 file or nbd export) NBD export only in upstream QEMU? Paolo > +# Returns: nothing on success > +# If @node is not a valid block device, DeviceNotFound > +# If @name is not found, GenericError with an explanation > +#