On 4/22/22 03:15, marcandre.lur...@redhat.com wrote:
From: Marc-André Lureau <marcandre.lur...@redhat.com>
The following changes since commit a74782936dc6e979ce371dabda4b1c05624ea87f:
Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into
staging (2022-04-21 18:48:18 -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 f5daa8293b292929cb429f154e926191ba8e040c:
dump/win_dump: add 32-bit guest Windows support (2022-04-22 13:41:56 +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
v2:
- fix compiler warning in "dump/win_dump: add 32-bit guest Windows support"
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as
appropriate.
r~
----------------------------------------------------------------
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 | 305 +++++++++++++++++-----------
hmp-commands.hx | 2 +-
6 files changed, 482 insertions(+), 327 deletions(-)