Make Reader and Writer generic over bitmap
For live migration we need to track the guest dirty pages using a
bitmap. This bitmap is provided by GuestMemoryMmap
, so let's make
both Reader and Writer generic over the bitmap, which will then be used
to track written pages.