[PATCH v2 0/4] dump/win_dump: Build almost once

Philippe Mathieu-Daudé posted 4 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260108161220.15146-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Ani Sinha <anisinha@redhat.com>
There is a newer version of this series
dump/win_dump.h                     |   2 +-
dump/dump.c                         | 138 ++++++++++++++++------------
dump/win_dump-stubs.c               |  21 +++++
dump/{win_dump.c => win_dump-x86.c} |  37 ++++----
Kconfig                             |   1 +
dump/Kconfig                        |   4 +
dump/meson.build                    |   3 +-
7 files changed, 127 insertions(+), 79 deletions(-)
create mode 100644 dump/win_dump-stubs.c
rename dump/{win_dump.c => win_dump-x86.c} (95%)
create mode 100644 dump/Kconfig
[PATCH v2 0/4] dump/win_dump: Build almost once
Posted by Philippe Mathieu-Daudé 1 month ago
v2:
- Rebase on Nikolai patches (included) to avoid rebase
- Add Kconfig symbol to only build for x86 targets

Nikolai Barybin (2):
  dump: enhance dump_state_prepare fd initialization
  dump: enhance win_dump_available to report properly

Philippe Mathieu-Daudé (2):
  dump: Abort in create_win_dump() on non-x86 guests
  dump: Build stubs once for non-x86 targets

 dump/win_dump.h                     |   2 +-
 dump/dump.c                         | 138 ++++++++++++++++------------
 dump/win_dump-stubs.c               |  21 +++++
 dump/{win_dump.c => win_dump-x86.c} |  37 ++++----
 Kconfig                             |   1 +
 dump/Kconfig                        |   4 +
 dump/meson.build                    |   3 +-
 7 files changed, 127 insertions(+), 79 deletions(-)
 create mode 100644 dump/win_dump-stubs.c
 rename dump/{win_dump.c => win_dump-x86.c} (95%)
 create mode 100644 dump/Kconfig

-- 
2.52.0


Re: [PATCH v2 0/4] dump/win_dump: Build almost once
Posted by Philippe Mathieu-Daudé 2 weeks, 3 days ago
On 8/1/26 17:12, Philippe Mathieu-Daudé wrote:

> Nikolai Barybin (2):
>    dump: enhance dump_state_prepare fd initialization
>    dump: enhance win_dump_available to report properly
> 
> Philippe Mathieu-Daudé (2):
>    dump: Abort in create_win_dump() on non-x86 guests
>    dump: Build stubs once for non-x86 targets

Series queued, thanks.