Andrei Gudkov wrote:
> In sampling mode, a new metric is collected and reported:
> number of pages entirely filled with zeroes.
Good idea.
> @@ -331,11 +336,20 @@ static uint32_t compute_page_hash(void *ptr)
> v2 = QEMU_XXHASH_SEED + XXH_PRIME64_2;
> v3 = QEMU_XXHASH_SEED + 0;
> v
In sampling mode, a new metric is collected and reported:
number of pages entirely filled with zeroes.
Signed-off-by: Andrei Gudkov
---
migration/dirtyrate.c | 40 +++-
migration/dirtyrate.h | 1 +
qapi/migration.json | 4
3 files changed, 40 insertio