Re: [PATCH v2 1/4] include/qemu: rename Windows context definitions to expose bitness

2022-01-13 Thread Philippe Mathieu-Daudé
On 13/1/22 01:52, Viktor Prutyanov wrote: Context structure in 64-bit Windows differs from 32-bit one and it should be reflected in its name. Signed-off-by: Viktor Prutyanov --- contrib/elf2dmp/main.c | 6 +++--- dump/win_dump.c | 14 +++--- include/qemu/win_dump

[PATCH v2 1/4] include/qemu: rename Windows context definitions to expose bitness

2022-01-12 Thread Viktor Prutyanov
Context structure in 64-bit Windows differs from 32-bit one and it should be reflected in its name. Signed-off-by: Viktor Prutyanov --- contrib/elf2dmp/main.c | 6 +++--- dump/win_dump.c | 14 +++--- include/qemu/win_dump_defs.h | 8 3 files changed, 14 inse