qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] igvm: rework igvm file loading + processing, fix reset
@ 2025-12-11 10:54 Gerd Hoffmann
  2025-12-11 10:54 ` [PATCH v2 1/5] igvm: reorganize headers Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2025-12-11 10:54 UTC (permalink / raw)
  To: qemu-devel
  Cc: Ani Sinha, Marcel Apfelbaum, Gerd Hoffmann, Michael S. Tsirkin,
	Stefano Garzarella, Paolo Bonzini, Oliver Steffen,
	Richard Henderson, Eduardo Habkost, Luigi Leonardi

v2:
 - Reorganize igvm headers (new patch #1) to fix build problems
   in case the igvm library is not present.
 - Pick up review tags.

Gerd Hoffmann (5):
  igvm: reorganize headers
  igvm: make igvm-cfg object resettable
  igvm: move file load to complete callback
  igvm: add trace points for igvm file loading and processing
  igvm: move igvm file processing to reset callbacks

 include/qemu/typedefs.h        |  1 +
 include/system/igvm-cfg.h      | 13 ++-----
 include/system/igvm-internal.h | 32 +++++++++++++++++
 include/system/igvm.h          |  2 +-
 backends/igvm-cfg.c            | 64 ++++++++++++++++++++++++++++++++--
 backends/igvm.c                | 16 ++++++---
 hw/i386/pc_piix.c              | 10 ------
 hw/i386/pc_q35.c               | 10 ------
 backends/trace-events          |  7 ++++
 9 files changed, 116 insertions(+), 39 deletions(-)
 create mode 100644 include/system/igvm-internal.h

-- 
2.52.0



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

end of thread, other threads:[~2025-12-11 11:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11 10:54 [PATCH v2 0/5] igvm: rework igvm file loading + processing, fix reset Gerd Hoffmann
2025-12-11 10:54 ` [PATCH v2 1/5] igvm: reorganize headers Gerd Hoffmann
2025-12-11 11:13   ` Luigi Leonardi
2025-12-11 10:54 ` [PATCH v2 2/5] igvm: make igvm-cfg object resettable Gerd Hoffmann
2025-12-11 10:54 ` [PATCH v2 3/5] igvm: move file load to complete callback Gerd Hoffmann
2025-12-11 11:39   ` Ani Sinha
2025-12-11 10:54 ` [PATCH v2 4/5] igvm: add trace points for igvm file loading and processing Gerd Hoffmann
2025-12-11 11:32   ` Luigi Leonardi
2025-12-11 10:54 ` [PATCH v2 5/5] igvm: move igvm file processing to reset callbacks Gerd Hoffmann

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