Re: [Qemu-devel] [PATCH RFC v3 02/14] hbitmap: serialization

2015-02-18 Thread John Snow
On 02/18/2015 09:00 AM, Vladimir Sementsov-Ogievskiy wrote: Functions to serialize / deserialize(restore) HBitmap. HBitmap should be saved to linear sequence of bits independently of endianness and bitmap array element (unsigned long) size. Therefore Little Endian is chosen. These functions ar

[Qemu-devel] [PATCH RFC v3 02/14] hbitmap: serialization

2015-02-18 Thread Vladimir Sementsov-Ogievskiy
Functions to serialize / deserialize(restore) HBitmap. HBitmap should be saved to linear sequence of bits independently of endianness and bitmap array element (unsigned long) size. Therefore Little Endian is chosen. These functions are appropriate for dirty bitmap migration, restoring the bitmap i