From: Marc-André Lureau <marcandre.lur...@redhat.com> The following changes since commit 9c125d17e9402c232c46610802e5931b3639d77b:
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging (2022-04-20 16:43:11 -0700) are available in the Git repository at: g...@gitlab.com:marcandre.lureau/qemu.git tags/dump-pull-request for you to fetch changes up to 6df5f4c69ac5143e5f468123e6336c46da164bce: dump/win_dump: add 32-bit guest Windows support (2022-04-21 16:43:06 +0400) ---------------------------------------------------------------- dump queue Hi The "dump" queue, with: - [PATCH v3/v4 0/9] dump: Cleanup and consolidation - [PATCH v4 0/4] dump: add 32-bit guest Windows support ---------------------------------------------------------------- Janosch Frank (9): dump: Use ERRP_GUARD() dump: Remove the sh_info variable dump: Introduce shdr_num to decrease complexity dump: Remove the section if when calculating the memory offset dump: Add more offset variables dump: Introduce dump_is_64bit() helper function dump: Consolidate phdr note writes dump: Cleanup dump_begin write functions dump: Consolidate elf note function Viktor Prutyanov (4): include/qemu: rename Windows context definitions to expose bitness dump/win_dump: add helper macros for Windows dump header access include/qemu: add 32-bit Windows dump structures dump/win_dump: add 32-bit guest Windows support include/qemu/win_dump_defs.h | 115 ++++++++++- include/sysemu/dump.h | 9 +- contrib/elf2dmp/main.c | 6 +- dump/dump.c | 372 ++++++++++++++++------------------- dump/win_dump.c | 299 ++++++++++++++++++---------- hmp-commands.hx | 2 +- 6 files changed, 478 insertions(+), 325 deletions(-) -- 2.35.1.693.g805e0a68082a