[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_s
From: |
Kevin Wolf |
Subject: |
Re: [PATCH] qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_size |
Date: |
Mon, 8 Jun 2020 21:23:02 +0200 |
Am 08.06.2020 um 21:08 hat Eric Blake geschrieben:
> For now, we don't have persistent bitmaps in any other formats, but
> that might not be true in the future. Make it obvious that our
> incoming parameter is not necessarily a qcow2 image, and therefore is
> limited to just the bdrv_dirty_bitmap_* API calls (rather than probing
> into qcow2 internals).
>
> Suggested-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Eric Blake <eblake@redhat.com>
Thanks, applied to the block branch.
Kevin