> On 18 Nov 2025, at 5:51 PM, Gerd Hoffmann <[email protected]> wrote:
>
>
>
> Gerd Hoffmann (4):
> igvm: make igvm-cfg object resetable
> igvm: move file load to complete callback
> igvm: add trace point for igvm file loading and processing
> igvm: move igvm file processing to reset callbacks
>
> include/system/igvm-cfg.h | 5 ++++
> include/system/igvm.h | 1 +
> backends/igvm-cfg.c | 53 ++++++++++++++++++++++++++++++++++++++-
> backends/igvm.c | 14 +++++++----
> hw/i386/pc_piix.c | 10 --------
> hw/i386/pc_q35.c | 10 --------
> backends/trace-events | 7 ++++++
> 7 files changed, 74 insertions(+), 26 deletions(-)
For the context, this is related to the work I am doing in supporting resets
for confidential guests.