Re: [Qemu-devel] [PATCH v4 04/17] dirty-bitmap: Drop unused functions

2017-07-07 Thread Vladimir Sementsov-Ogievskiy
07.07.2017 11:44, Vladimir Sementsov-Ogievskiy wrote: 07.07.2017 02:43, John Snow wrote: On 07/03/2017 11:10 AM, Eric Blake wrote: We had several functions that no one is currently using, and which use sector-based interfaces. I'm trying to convert towards byte-based interfaces, so it's easie

Re: [Qemu-devel] [PATCH v4 04/17] dirty-bitmap: Drop unused functions

2017-07-07 Thread Vladimir Sementsov-Ogievskiy
07.07.2017 02:43, John Snow wrote: On 07/03/2017 11:10 AM, Eric Blake wrote: We had several functions that no one is currently using, and which use sector-based interfaces. I'm trying to convert towards byte-based interfaces, so it's easier to just drop the unused functions: bdrv_dirty_bitmap

Re: [Qemu-devel] [PATCH v4 04/17] dirty-bitmap: Drop unused functions

2017-07-06 Thread John Snow
On 07/03/2017 11:10 AM, Eric Blake wrote: > We had several functions that no one is currently using, and which > use sector-based interfaces. I'm trying to convert towards byte-based > interfaces, so it's easier to just drop the unused functions: > > bdrv_dirty_bitmap_get_meta > bdrv_dirty_bitm