dump: fix Windows dump memory run mapping
commit7184de64a1cf23a72191484b9a6995c3bfc9fb0b
authorViktor Prutyanov <viktor.prutyanov@virtuozzo.com>
Wed, 29 Aug 2018 18:30:56 +0000 (29 21:30 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Oct 2018 16:47:55 +0000 (2 18:47 +0200)
tree74ddec894dd66b2170213fda33cca16fb00fb055
parentc97595d16654c3508643ae1881be1531de48ecc7
dump: fix Windows dump memory run mapping

We should map and use guest memory run by parts if it can't be mapped as
a whole.
After this patch, continuos guest physical memory blocks which are not
continuos in host virtual address space will be processed correctly.

Signed-off-by: Viktor Prutyanov <viktor.prutyanov@virtuozzo.com>
Message-Id: <1535567456-6904-1-git-send-email-viktor.prutyanov@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
win_dump.c