Re: [PATCH v6 04/16] hw/i386: Add igvm-cfg object and processing for IGVM files

2024-10-01 Thread Stefano Garzarella
On Thu, Sep 26, 2024 at 12:41:53PM GMT, Roy Hopkins wrote: An IGVM file contains configuration of guest state that should be applied during configuration of the guest, before the guest is started. This patch allows the user to add an igvm-cfg object to an X86 machine configuration that allows an

[PATCH v6 04/16] hw/i386: Add igvm-cfg object and processing for IGVM files

2024-09-26 Thread Roy Hopkins
An IGVM file contains configuration of guest state that should be applied during configuration of the guest, before the guest is started. This patch allows the user to add an igvm-cfg object to an X86 machine configuration that allows an IGVM file to be configured that will be applied to the guest