Re: [Qemu-devel] [PATCH] dump: fix Windows dump memory run mapping

2018-09-11 Thread Paolo Bonzini
On 29/08/2018 20:30, Viktor Prutyanov wrote: > 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: Vikt

Re: [Qemu-devel] [PATCH] dump: fix Windows dump memory run mapping

2018-09-09 Thread Viktor Prutyanov
В Wed, 29 Aug 2018 21:30:56 +0300 Viktor Prutyanov пишет: > 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. > > Sign

Re: [Qemu-devel] [PATCH] dump: fix Windows dump memory run mapping

2018-09-05 Thread Прутьянов , Виктор Владимирович
2018-08-29 21:30 GMT+03:00 Viktor Prutyanov : > > 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: Vi

[Qemu-devel] [PATCH] dump: fix Windows dump memory run mapping

2018-08-29 Thread Viktor Prutyanov
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 --- win_dump.c | 40 ++