Re: [Qemu-devel] [QEMU v2 7/9] bitmap: Add a new bitmap_move function

2016-08-01 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: > Sometimes, it is need to move a portion of bitmap to another place > in a large bitmap, if overlap happens, the bitmap_copy can't not > work correctly, we need a new function to do this work. > > Signed-off-by: Liang Li

[Qemu-devel] [QEMU v2 7/9] bitmap: Add a new bitmap_move function

2016-07-14 Thread Liang Li
Sometimes, it is need to move a portion of bitmap to another place in a large bitmap, if overlap happens, the bitmap_copy can't not work correctly, we need a new function to do this work. Signed-off-by: Liang Li --- include/qemu/bitmap.h | 13 + 1 file changed,