Re: [PATCH v5] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support

2025-02-15 Thread Ani Sinha
On Fri, Feb 14, 2025 at 9:26 PM Alexander Graf wrote: > > > On 14.02.25 16:35, Ani Sinha wrote: > > On Mon, Feb 3, 2025 at 3:50 AM Alexander Graf wrote: > >> Hey Ani! > >> > >> On 28.01.25 22:31, Ani Sinha wrote: > > > [...] > > > >>> diff --git a/hw/core/machine.c b/hw/core/machine.c > >>> index

Re: [PATCH v5] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support

2025-02-14 Thread Alexander Graf
On 14.02.25 16:35, Ani Sinha wrote: On Mon, Feb 3, 2025 at 3:50 AM Alexander Graf wrote: Hey Ani! On 28.01.25 22:31, Ani Sinha wrote: [...] diff --git a/hw/core/machine.c b/hw/core/machine.c index c23b399496..0eaf8aa3ba 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -34,6 +3

Re: [PATCH v5] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support

2025-02-14 Thread Ani Sinha
On Mon, Feb 3, 2025 at 3:50 AM Alexander Graf wrote: > > Hey Ani! > > On 28.01.25 22:31, Ani Sinha wrote: > > VM firmware update is a mechanism where the virtual machines can use their > > preferred and trusted firmware image in their execution environment without > > having to depend on a untrust

Re: [PATCH v5] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support

2025-02-02 Thread Alexander Graf
Hey Ani! On 28.01.25 22:31, Ani Sinha wrote: VM firmware update is a mechanism where the virtual machines can use their preferred and trusted firmware image in their execution environment without having to depend on a untrusted party to provide the firmware bundle. This is particularly useful fo

[PATCH v5] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support

2025-01-28 Thread Ani Sinha
VM firmware update is a mechanism where the virtual machines can use their preferred and trusted firmware image in their execution environment without having to depend on a untrusted party to provide the firmware bundle. This is particularly useful for confidential virtual machines that are deploye