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

2022-01-23 Thread Viktor Prutyanov
On Thu, 13 Jan 2022 03:52:46 +0300 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 > --- > dump/win_dump.c | 100 > ++

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

2022-01-12 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(-)