qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL v2 00/13] Dump patches


From: marcandre . lureau
Subject: [PULL v2 00/13] Dump patches
Date: Fri, 22 Apr 2022 14:15:12 +0400

From: Marc-André Lureau <marcandre.lureau@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:

  git@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"

----------------------------------------------------------------

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(-)

-- 
2.36.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]