Re: [Qemu-block] [PATCH v2 10/18] block/dirty-bitmap: add bdrv_dirty_bitmap_get

2019-07-05 Thread John Snow
On 7/4/19 1:01 PM, Max Reitz wrote: > On 03.07.19 23:55, John Snow wrote: >> Add a public interface for get. While we're at it, >> rename "bdrv_get_dirty_bitmap_locked" to "bdrv_dirty_bitmap_get_locked". >> >> (There are more functions to rename to the bdrv_dirty_bitmap_VERB form, >> but they wi

Re: [Qemu-block] [PATCH v2 10/18] block/dirty-bitmap: add bdrv_dirty_bitmap_get

2019-07-04 Thread Max Reitz
On 03.07.19 23:55, John Snow wrote: > Add a public interface for get. While we're at it, > rename "bdrv_get_dirty_bitmap_locked" to "bdrv_dirty_bitmap_get_locked". > > (There are more functions to rename to the bdrv_dirty_bitmap_VERB form, > but they will wait until the conclusion of this series.)

[Qemu-block] [PATCH v2 10/18] block/dirty-bitmap: add bdrv_dirty_bitmap_get

2019-07-03 Thread John Snow
Add a public interface for get. While we're at it, rename "bdrv_get_dirty_bitmap_locked" to "bdrv_dirty_bitmap_get_locked". (There are more functions to rename to the bdrv_dirty_bitmap_VERB form, but they will wait until the conclusion of this series.) Signed-off-by: John Snow --- block/dirty-b