qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] Igvm 20251103  patches
@ 2025-11-03  8:41 Gerd Hoffmann
  2025-11-03  8:41 ` [PULL 1/5] igvm: move igvm.h file to include/system Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2025-11-03  8:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Gerd Hoffmann, Paolo Bonzini, Stefano Garzarella, Zhao Liu,
	Ani Sinha

The following changes since commit 53b41bb78950912ba2d9809eef6b45e4df30c647:

  Merge tag 'pull-target-arm-20251031' of https://gitlab.com/pm215/qemu into staging (2025-11-01 10:52:48 +0100)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/igvm-20251103--pull-request

for you to fetch changes up to 541e7a2d987cf74bc1931bdd99d64b27bc9f335b:

  igvm: add MAINTAINERS entry (2025-11-03 07:38:53 +0100)

----------------------------------------------------------------
igvm: improve native mode (non-confidential guest) supportY

----------------------------------------------------------------

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                         |  11 ++
 stubs/meson.build                   |   1 +
 target/i386/meson.build             |   3 +
 10 files changed, 267 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.1



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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03  8:41 [PULL 0/5] Igvm 20251103 patches Gerd Hoffmann
2025-11-03  8:41 ` [PULL 1/5] igvm: move igvm.h file to include/system Gerd Hoffmann
2025-11-03  8:41 ` [PULL 2/5] igvm: fix off by one bug in memmap entry count checking Gerd Hoffmann
2025-11-03  8:41 ` [PULL 3/5] igvm: add support for igvm memory map parameter in native mode Gerd Hoffmann
2025-11-03  8:41 ` [PULL 4/5] igvm: add support for initial register state load " Gerd Hoffmann
2025-11-03  8:42 ` [PULL 5/5] igvm: add MAINTAINERS entry Gerd Hoffmann
2025-11-03 10:14 ` [PULL 0/5] Igvm 20251103 patches Richard Henderson

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