All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] monitor/hmp: Reduce target-specific definitions
@ 2026-01-07 18:20 Philippe Mathieu-Daudé
  2026-01-07 18:20 ` [PATCH 1/2] target/i386: Include missing 'svm.h' header in 'sev.h' Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-01-07 18:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: Dr. David Alan Gilbert, Pierrick Bouvier, Richard Henderson,
	Paolo Bonzini, qemu-riscv, Philippe Mathieu-Daudé

Move most of target-agnostic definitions from
"monitor/hmp-target.h" to "monitor/hmp.h" to
reduce files target-poisoning.

Philippe Mathieu-Daudé (2):
  target/i386: Include missing 'svm.h' header in 'sev.h'
  monitor/hmp: Reduce target-specific definitions

 include/monitor/hmp-target.h  | 28 +++++-----------------------
 include/monitor/hmp.h         | 23 +++++++++++++++++++++++
 target/i386/sev.h             |  2 ++
 hw/i386/sgx-stub.c            |  2 +-
 hw/i386/sgx.c                 |  1 -
 monitor/hmp-cmds.c            |  1 -
 stubs/target-monitor-defs.c   |  2 +-
 target/i386/cpu-apic.c        |  2 +-
 target/i386/sev-system-stub.c |  2 +-
 target/i386/sev.c             |  1 -
 target/m68k/monitor.c         |  1 +
 target/riscv/monitor.c        |  1 +
 target/sh4/monitor.c          |  1 -
 target/xtensa/monitor.c       |  1 -
 14 files changed, 36 insertions(+), 32 deletions(-)

-- 
2.52.0



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

end of thread, other threads:[~2026-01-12  7:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07 18:20 [PATCH 0/2] monitor/hmp: Reduce target-specific definitions Philippe Mathieu-Daudé
2026-01-07 18:20 ` [PATCH 1/2] target/i386: Include missing 'svm.h' header in 'sev.h' Philippe Mathieu-Daudé
2026-01-07 18:20 ` [PATCH 2/2] monitor/hmp: Reduce target-specific definitions Philippe Mathieu-Daudé
2026-01-08  7:42   ` Markus Armbruster
2026-01-11 14:11     ` Dr. David Alan Gilbert
2026-01-12  7:00       ` Markus Armbruster
2026-01-12  7:06   ` Markus Armbruster
2026-01-08  0:37 ` [PATCH 0/2] " Pierrick Bouvier

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.