Re: [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files

2024-05-07 Thread Roy Hopkins
On Tue, 2024-04-16 at 15:05 +0100, Daniel P. Berrangé wrote: > On Wed, Apr 03, 2024 at 12:11:35PM +0100, Roy Hopkins wrote: > > This commit adds an implementation of an IGVM loader which parses the > > file specified as a pararameter to ConfidentialGuestSupport and provides > > a function that uses

Re: [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files

2024-05-07 Thread Roy Hopkins
On Thu, 2024-04-04 at 09:58 +0200, Philippe Mathieu-Daudé wrote: > Hi Roy, > > On 3/4/24 13:11, Roy Hopkins wrote: > > This commit adds an implementation of an IGVM loader which parses the > > file specified as a pararameter to ConfidentialGuestSupport and provides > > a function that uses the int

Re: [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files

2024-04-16 Thread Daniel P . Berrangé
On Wed, Apr 03, 2024 at 12:11:35PM +0100, Roy Hopkins wrote: > This commit adds an implementation of an IGVM loader which parses the > file specified as a pararameter to ConfidentialGuestSupport and provides > a function that uses the interface in the same object to configure and > populate guest m

Re: [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files

2024-04-04 Thread Philippe Mathieu-Daudé
Hi Roy, On 3/4/24 13:11, Roy Hopkins wrote: This commit adds an implementation of an IGVM loader which parses the file specified as a pararameter to ConfidentialGuestSupport and provides a function that uses the interface in the same object to configure and populate guest memory based on the con

[PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files

2024-04-03 Thread Roy Hopkins
This commit adds an implementation of an IGVM loader which parses the file specified as a pararameter to ConfidentialGuestSupport and provides a function that uses the interface in the same object to configure and populate guest memory based on the contents of the file. The IGVM file is parsed whe