[PATCH v3 0/2] dump/win_dump: Build almost once

Philippe Mathieu-Daudé posted 2 patches 3 days, 10 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260121215622.92966-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Ani Sinha <anisinha@redhat.com>
dump/win_dump-stubs.c               | 21 +++++++++++++++++++++
dump/{win_dump.c => win_dump-x86.c} | 20 +-------------------
Kconfig                             |  1 +
dump/Kconfig                        |  4 ++++
dump/meson.build                    |  3 ++-
5 files changed, 29 insertions(+), 20 deletions(-)
create mode 100644 dump/win_dump-stubs.c
rename dump/{win_dump.c => win_dump-x86.c} (97%)
create mode 100644 dump/Kconfig
[PATCH v3 0/2] dump/win_dump: Build almost once
Posted by Philippe Mathieu-Daudé 3 days, 10 hours ago
v3:
- Dropped Nikolai patches, rebased again

v2:
- Rebase on Nikolai patches (included) to avoid rebase
- Add Kconfig symbol to only build for x86 targets

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-stubs.c               | 21 +++++++++++++++++++++
 dump/{win_dump.c => win_dump-x86.c} | 20 +-------------------
 Kconfig                             |  1 +
 dump/Kconfig                        |  4 ++++
 dump/meson.build                    |  3 ++-
 5 files changed, 29 insertions(+), 20 deletions(-)
 create mode 100644 dump/win_dump-stubs.c
 rename dump/{win_dump.c => win_dump-x86.c} (97%)
 create mode 100644 dump/Kconfig

-- 
2.52.0


Re: [PATCH v3 0/2] dump/win_dump: Build almost once
Posted by Philippe Mathieu-Daudé 2 days, 23 hours ago
On 21/1/26 22:56, Philippe Mathieu-Daudé wrote:

> 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.

Re: [PATCH v3 0/2] dump/win_dump: Build almost once
Posted by Richard Henderson 3 days, 7 hours ago
On 1/22/26 08:56, Philippe Mathieu-Daudé wrote:
> v3:
> - Dropped Nikolai patches, rebased again
> 
> v2:
> - Rebase on Nikolai patches (included) to avoid rebase
> - Add Kconfig symbol to only build for x86 targets
> 
> 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-stubs.c               | 21 +++++++++++++++++++++
>   dump/{win_dump.c => win_dump-x86.c} | 20 +-------------------
>   Kconfig                             |  1 +
>   dump/Kconfig                        |  4 ++++
>   dump/meson.build                    |  3 ++-
>   5 files changed, 29 insertions(+), 20 deletions(-)
>   create mode 100644 dump/win_dump-stubs.c
>   rename dump/{win_dump.c => win_dump-x86.c} (97%)
>   create mode 100644 dump/Kconfig
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~