From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceMjl-0004oc-La for qemu-devel@nongnu.org; Thu, 16 Feb 2017 09:08:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceMjk-000538-Qc for qemu-devel@nongnu.org; Thu, 16 Feb 2017 09:08:45 -0500 Date: Thu, 16 Feb 2017 15:08:34 +0100 From: Kevin Wolf Message-ID: <20170216140834.GF4869@noname.redhat.com> References: <1487153430-17260-1-git-send-email-vsementsov@virtuozzo.com> <1487153430-17260-14-git-send-email-vsementsov@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1487153430-17260-14-git-send-email-vsementsov@virtuozzo.com> Subject: Re: [Qemu-devel] [PATCH v15 13/25] qcow2: add .bdrv_store_persistent_dirty_bitmaps() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladimir Sementsov-Ogievskiy Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, mreitz@redhat.com, armbru@redhat.com, eblake@redhat.com, jsnow@redhat.com, famz@redhat.com, den@openvz.org, stefanha@redhat.com, pbonzini@redhat.com Am 15.02.2017 um 11:10 hat Vladimir Sementsov-Ogievskiy geschrieben: > Realize block bitmap storing interface, to allow qcow2 images store > persistent bitmaps. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > Reviewed-by: Max Reitz > Reviewed-by: John Snow Similary to autoload, I think this must be called as part of qcow2_inactivate() rather than just in bdrv_close(). Kevin