Re: [PATCH v3 2/4] dump/win_dump: add helper macros for Windows dump header access

2022-04-06 Thread Marc-André Lureau
On Fri, Mar 25, 2022 at 11:51 PM Viktor Prutyanov wrote: > > Perform read access to Windows dump header fields via helper macros. > This is preparation for the next 32-bit guest Windows dump support. > > Signed-off-by: Viktor Prutyanov Reviewed-by: Marc-André Lureau > --- > dump/win_dump.c |

[PATCH v3 2/4] dump/win_dump: add helper macros for Windows dump header access

2022-03-25 Thread Viktor Prutyanov
Perform read access to Windows dump header fields via helper macros. This is preparation for the next 32-bit guest Windows dump support. Signed-off-by: Viktor Prutyanov --- dump/win_dump.c | 100 +++- 1 file changed, 65 insertions(+), 35 deletions(-)