Re: [Qemu-devel] global bitmap
On 13/06/2017 11:15, ali saeedi wrote: > Hello > can i have a bitmap of all pages in the ram? in qemu code, it seems that we > only can have bitmap of pages in a block and we have no global bitmap of > pages. If you mean dirty pages, the "global bitmap of pages" would simply be the union of all pe
[Qemu-devel] global bitmap
Hello can i have a bitmap of all pages in the ram? in qemu code, it seems that we only can have bitmap of pages in a block and we have no global bitmap of pages. thanks a lot