[PATCH v3] hw/i386: introduce x86_firmware_reconfigure api

2025-03-03 Thread Ani Sinha
Normally, there is no need to perform firmware reconfiguration once the virtual machine has started. Hence, currently ovmf firmware parsing happens only once. However, if the firmware changes betweeen boots then reconfiguration needs to happen again. Firmware can change if for example the guest bri

Re: [PATCH v3] hw/i386: introduce x86_firmware_reconfigure api

2025-02-28 Thread Gerd Hoffmann
On Fri, Feb 28, 2025 at 05:12:30PM +0530, Ani Sinha wrote: > Normally, there is no need to perform firmware reconfiguration once the > virtual machine has started. Hence, currently ovmf firmware parsing happens > only > once. However, if the firmware changes betweeen boots then reconfiguration >