Re: [PATCH v2 4/4] dump/win_dump: add 32-bit guest Windows support

2022-01-13 Thread Philippe Mathieu-Daudé
On 13/1/22 01:52, Viktor Prutyanov wrote: Before this patch, 'dump-guest-memory -w' was accepting only 64-bit dump header provided by guest through vmcoreinfo and thus was unable to produce 32-bit guest Windows dump. So, add 32-bit guest Windows dumping support. Signed-off-by: Viktor Prutyanov

[PATCH v2 4/4] dump/win_dump: add 32-bit guest Windows support

2022-01-12 Thread Viktor Prutyanov
Before this patch, 'dump-guest-memory -w' was accepting only 64-bit dump header provided by guest through vmcoreinfo and thus was unable to produce 32-bit guest Windows dump. So, add 32-bit guest Windows dumping support. Signed-off-by: Viktor Prutyanov --- dump/win_dump.c | 231 +