]> git.ipfire.org Git - thirdparty/qemu.git/commit
backends/igvm: Process initialization sections in IGVM file
authorRoy Hopkins <roy.hopkins@randomman.co.uk>
Thu, 3 Jul 2025 16:18:59 +0000 (17:18 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Jul 2025 13:28:21 +0000 (15:28 +0200)
commit9de40d7df3266625bf6e6c2712604ab306d12e65
tree4979555ddca538d862865c1e782bcaa6eb651db1
parent96a3088f5ebe6854dc8fb5a547c6b1d1db60f0fa
backends/igvm: Process initialization sections in IGVM file

The initialization sections in IGVM files contain configuration that
should be applied to the guest platform before it is started. This
includes guest policy and other information that can affect the security
level and the startup measurement of a guest.

This commit introduces handling of the initialization sections during
processing of the IGVM file.

Signed-off-by: Roy Hopkins <roy.hopkins@randomman.co.uk>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Gerd Hoffman <kraxel@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/9de24fb5df402024b40cbe02de0b13faa7cb4d84.1751554099.git.roy.hopkins@randomman.co.uk
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
backends/igvm.c