All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/13] Dump patches
@ 2022-04-21 12:48 marcandre.lureau
  2022-04-21 12:48 ` [PULL 01/13] dump: Use ERRP_GUARD() marcandre.lureau
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: marcandre.lureau @ 2022-04-21 12:48 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marc-André Lureau, viktor.prutyanov, richard.henderson, frankja

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

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



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-04-21 17:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 12:48 [PULL 00/13] Dump patches marcandre.lureau
2022-04-21 12:48 ` [PULL 01/13] dump: Use ERRP_GUARD() marcandre.lureau
2022-04-21 12:48 ` [PULL 02/13] dump: Remove the sh_info variable marcandre.lureau
2022-04-21 12:48 ` [PULL 03/13] dump: Introduce shdr_num to decrease complexity marcandre.lureau
2022-04-21 12:48 ` [PULL 04/13] dump: Remove the section if when calculating the memory offset marcandre.lureau
2022-04-21 12:48 ` [PULL 05/13] dump: Add more offset variables marcandre.lureau
2022-04-21 12:48 ` [PULL 06/13] dump: Introduce dump_is_64bit() helper function marcandre.lureau
2022-04-21 12:48 ` [PULL 07/13] dump: Consolidate phdr note writes marcandre.lureau
2022-04-21 12:48 ` [PULL 08/13] dump: Cleanup dump_begin write functions marcandre.lureau
2022-04-21 12:48 ` [PULL 09/13] dump: Consolidate elf note function marcandre.lureau
2022-04-21 12:48 ` [PULL 10/13] include/qemu: rename Windows context definitions to expose bitness marcandre.lureau
2022-04-21 12:48 ` [PULL 11/13] dump/win_dump: add helper macros for Windows dump header access marcandre.lureau
2022-04-21 12:48 ` [PULL 12/13] include/qemu: add 32-bit Windows dump structures marcandre.lureau
2022-04-21 12:48 ` [PULL 13/13] dump/win_dump: add 32-bit guest Windows support marcandre.lureau
2022-04-21 13:59   ` Marc-André Lureau
2022-04-21 17:24     ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.