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

2024-12-09 Thread Ani Sinha
On Mon, Dec 2, 2024 at 1:17 PM Ani Sinha wrote: > > > > > On 29 Nov 2024, at 3:42 PM, Philippe Mathieu-Daudé > > wrote: > > > > On 29/11/24 10:16, Ani Sinha wrote: > >> VM firmware update is a mechanism where the virtual machines can use their > >> preferred and trusted firmware image in their e

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

2024-12-01 Thread Ani Sinha
> On 29 Nov 2024, at 3:42 PM, Philippe Mathieu-Daudé wrote: > > On 29/11/24 10:16, 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 pa

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

2024-11-29 Thread Philippe Mathieu-Daudé
On 29/11/24 10:16, 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 for confiden

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

2024-11-29 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