Re: [PULL 17/77] meson: Add optional dependency on IGVM library

2025-07-17 Thread Peter Maydell
On Thu, 17 Jul 2025 at 16:43, Daniel P. Berrangé wrote: > > On Thu, Jul 17, 2025 at 03:30:06PM +0200, Stefano Garzarella wrote: > > On Wed, 16 Jul 2025 at 13:31, Daniel P. Berrangé > > wrote: > > > We really need to get something into 'make check' that runs the > > > generator and compares its o

Re: [PULL 17/77] meson: Add optional dependency on IGVM library

2025-07-17 Thread Daniel P . Berrangé
On Thu, Jul 17, 2025 at 03:30:06PM +0200, Stefano Garzarella wrote: > On Wed, 16 Jul 2025 at 13:31, Daniel P. Berrangé wrote: > > > > On Mon, Jul 14, 2025 at 01:03:06PM +0200, Paolo Bonzini wrote: > > > From: Roy Hopkins > > > > > > The IGVM library allows Independent Guest Virtual Machine files

Re: [PULL 17/77] meson: Add optional dependency on IGVM library

2025-07-17 Thread Stefano Garzarella
On Wed, 16 Jul 2025 at 13:31, Daniel P. Berrangé wrote: > > On Mon, Jul 14, 2025 at 01:03:06PM +0200, Paolo Bonzini wrote: > > From: Roy Hopkins > > > > The IGVM library allows Independent Guest Virtual Machine files to be > > parsed and processed. IGVM files are used to configure guest memory >

Re: [PULL 17/77] meson: Add optional dependency on IGVM library

2025-07-16 Thread Daniel P . Berrangé
On Mon, Jul 14, 2025 at 01:03:06PM +0200, Paolo Bonzini wrote: > From: Roy Hopkins > > The IGVM library allows Independent Guest Virtual Machine files to be > parsed and processed. IGVM files are used to configure guest memory > layout, initial processor state and other configuration pertaining t

[PULL 17/77] meson: Add optional dependency on IGVM library

2025-07-14 Thread Paolo Bonzini
From: Roy Hopkins The IGVM library allows Independent Guest Virtual Machine files to be parsed and processed. IGVM files are used to configure guest memory layout, initial processor state and other configuration pertaining to secure virtual machines. This adds the --enable-igvm configure option,