]> git.ipfire.org Git - thirdparty/qemu.git/commit
igvm: add support for igvm memory map parameter in native mode
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 29 Oct 2025 10:55:53 +0000 (11:55 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 3 Nov 2025 06:38:53 +0000 (07:38 +0100)
commit13abf2fcb7a63fe28766dbd9b77383aea8b9f33c
tree34c07c82c3a98f80f4bb94f7213a7411d6ec9a29
parentdd020b4e6baa27012d06fd7bee67c32f1cf78acc
igvm: add support for igvm memory map parameter in native mode

Add and wire up qigvm_x86_get_mem_map_entry function which converts the
e820 table into an igvm memory map parameter.  This makes igvm files for
the native (non-confidential) platform with memory map parameter work.

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Luigi Leonardi <leonardi@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20251029105555.2492276-4-kraxel@redhat.com>
backends/igvm.c
include/system/igvm.h
stubs/igvm.c [new file with mode: 0644]
stubs/meson.build
target/i386/igvm.c [new file with mode: 0644]
target/i386/meson.build