Re: [PATCH v3 3/4] include/qemu: add 32-bit Windows dump structures

2022-04-06 Thread Viktor Prutyanov
Hi On Wed, Apr 6, 2022 at 10:51 AM Marc-André Lureau wrote: > > Hi > > On Fri, Mar 25, 2022 at 11:51 PM Viktor Prutyanov > wrote: > > > > These structures are required to produce 32-bit guest Windows Complete > > Memory Dump. Add 32-bit Windows dump header, CPU context and physical > > memory de

Re: [PATCH v3 3/4] include/qemu: add 32-bit Windows dump structures

2022-04-06 Thread Marc-André Lureau
Hi On Fri, Mar 25, 2022 at 11:51 PM Viktor Prutyanov wrote: > > These structures are required to produce 32-bit guest Windows Complete > Memory Dump. Add 32-bit Windows dump header, CPU context and physical > memory descriptor structures along with corresponding definitions. > > Signed-off-by: Vi

[PATCH v3 3/4] include/qemu: add 32-bit Windows dump structures

2022-03-25 Thread Viktor Prutyanov
These structures are required to produce 32-bit guest Windows Complete Memory Dump. Add 32-bit Windows dump header, CPU context and physical memory descriptor structures along with corresponding definitions. Signed-off-by: Viktor Prutyanov Reviewed-by: Philippe Mathieu-Daudé --- include/qemu/wi