qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] dump: Make most of it target agnostic (build once)
@ 2023-02-24  7:38 Philippe Mathieu-Daudé
  2023-02-24  7:38 ` [PATCH v5 1/5] dump: Replace tswapN() -> cpu_to_dumpN() Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-02-24  7:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: Janosch Frank, Marc-André Lureau, Thomas Huth,
	Alex Bennée, Philippe Mathieu-Daudé

Since v4:
- more unused headers removed
- KISS, use a bit of #ifdef'ry to avoid a stub file

Thanks to Richard help, we can now build dump.o once
for all targets, keeping win_dump.o for x86* targets.

Philippe Mathieu-Daudé (5):
  dump: Replace tswapN() -> cpu_to_dumpN()
  dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()
  dump: Clean included headers
  dump: Introduce win_dump_available()
  dump: Add create_win_dump() stub for non-x86 targets

 dump/dump-hmp-cmds.c |  2 +-
 dump/dump.c          | 35 +++++++++++++----------------------
 dump/meson.build     |  4 ++--
 dump/win_dump.c      | 38 ++++++++++++++++++++++++++++----------
 dump/win_dump.h      |  5 ++++-
 5 files changed, 48 insertions(+), 36 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2023-02-25  9:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24  7:38 [PATCH v5 0/5] dump: Make most of it target agnostic (build once) Philippe Mathieu-Daudé
2023-02-24  7:38 ` [PATCH v5 1/5] dump: Replace tswapN() -> cpu_to_dumpN() Philippe Mathieu-Daudé
2023-02-24  7:38 ` [PATCH v5 2/5] dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size() Philippe Mathieu-Daudé
2023-02-24  7:38 ` [PATCH v5 3/5] dump: Clean included headers Philippe Mathieu-Daudé
2023-02-24  7:38 ` [PATCH v5 4/5] dump: Introduce win_dump_available() Philippe Mathieu-Daudé
2023-02-24  7:51   ` Thomas Huth
2023-02-24  7:38 ` [PATCH v5 5/5] dump: Add create_win_dump() stub for non-x86 targets Philippe Mathieu-Daudé
2023-02-24  7:52   ` Thomas Huth
2023-02-24 21:10   ` Richard Henderson
2023-02-25  9:45     ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).