qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] igvm: add support for igvm memory map parameter in native mode
@ 2025-10-22  8:44 Gerd Hoffmann
  2025-10-22  8:44 ` [PATCH v4 1/5] igvm: move igvm.h file to include/system Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Gerd Hoffmann @ 2025-10-22  8:44 UTC (permalink / raw)
  To: qemu-devel
  Cc: Stefano Garzarella, Paolo Bonzini, Ani Sinha, Luigi Leonardi,
	Gerd Hoffmann, Zhao Liu, Roy Hopkins

v4:
 - misc minor fixes as suggested by Stefano
 - pick up review tags
 - add Ani as reviewer

v3:
 - Oh crap, no MAINTAINERS entry, so v1 + v2 probably went
   largely unnoticed.  Added a patch adding an entry, comments
   welcome.  Also added some people to Cc.
 - code is mostly unchanged.
v2:
 - add support for loading the initial register state

Gerd Hoffmann (5):
  igvm: move igvm.h file to include/system
  igvm: fix off by one bug in memmap entry count checking
  igvm: add support for igvm memory map parameter in native mode
  igvm: add support for initial register state load in native mode
  igvm: add MAINTAINERS entry

 {backends => include/system}/igvm.h |   7 ++
 target/i386/cpu.h                   |   3 +
 backends/igvm-cfg.c                 |   2 +-
 backends/igvm.c                     |  50 ++++----
 stubs/igvm.c                        |  26 ++++
 target/i386/cpu.c                   |   6 +
 target/i386/igvm.c                  | 180 ++++++++++++++++++++++++++++
 MAINTAINERS                         |  10 ++
 stubs/meson.build                   |   1 +
 target/i386/meson.build             |   3 +
 10 files changed, 266 insertions(+), 22 deletions(-)
 rename {backends => include/system}/igvm.h (64%)
 create mode 100644 stubs/igvm.c
 create mode 100644 target/i386/igvm.c

-- 
2.51.0



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

end of thread, other threads:[~2025-10-22 15:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22  8:44 [PATCH v4 0/5] igvm: add support for igvm memory map parameter in native mode Gerd Hoffmann
2025-10-22  8:44 ` [PATCH v4 1/5] igvm: move igvm.h file to include/system Gerd Hoffmann
2025-10-22 12:09   ` Luigi Leonardi
2025-10-22  8:44 ` [PATCH v4 2/5] igvm: fix off by one bug in memmap entry count checking Gerd Hoffmann
2025-10-22 12:10   ` Luigi Leonardi
2025-10-22 12:32   ` Stefano Garzarella
2025-10-22  8:44 ` [PATCH v4 3/5] igvm: add support for igvm memory map parameter in native mode Gerd Hoffmann
2025-10-22 12:11   ` Luigi Leonardi
2025-10-22  8:44 ` [PATCH v4 4/5] igvm: add support for initial register state load " Gerd Hoffmann
2025-10-22 13:22   ` Luigi Leonardi
2025-10-22 14:37     ` Gerd Hoffmann
2025-10-22 15:26       ` Luigi Leonardi
2025-10-22  8:44 ` [PATCH v4 5/5] igvm: add MAINTAINERS entry 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).