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

2022-04-06 Thread Viktor Prutyanov
Hi On Wed, Apr 6, 2022 at 11:00 AM Marc-André Lureau wrote: > > Hi > > On Fri, Mar 25, 2022 at 11:51 PM 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

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

2022-04-06 Thread Marc-André Lureau
Hi On Fri, Mar 25, 2022 at 11:51 PM 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. > > Si

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

2022-03-25 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 Reviewed-by: Philippe Mathieu-Daudé --- du