Re: [Qemu-devel] [PATCH 19/39] memory: split dirty bitmap into three

2013-11-06 Thread Eric Blake
On 11/06/2013 06:04 AM, Juan Quintela wrote: > After all the previous patches, spliting the bitmap gets direct. > > ToDo: Why can't i include "exec/memory.h" into cpu-all.h? This is the > reason that I have duplicated DIRTY_MEMORY_NUM. > > ToDo2: current bitmaps have one int as index, this

[Qemu-devel] [PATCH 19/39] memory: split dirty bitmap into three

2013-11-06 Thread Juan Quintela
After all the previous patches, spliting the bitmap gets direct. ToDo: Why can't i include "exec/memory.h" into cpu-all.h? This is the reason that I have duplicated DIRTY_MEMORY_NUM. ToDo2: current bitmaps have one int as index, this limit us to 8TB RAM guest, Should we move to long