[PATCH] hw/uefi: flush variable store to disk in post load

2025-03-13 Thread Gerd Hoffmann
Makes live migration more robust. Commit 4c0cfc72b31a ("pflash_cfi01: write flash contents to bdrv on incoming migration") elaborates in detail on the motivation. Cc: Peter Krempa Signed-off-by: Gerd Hoffmann --- hw/uefi/var-service-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw

Re: [PATCH] hw/uefi: flush variable store to disk in post load

2025-03-13 Thread Peter Krempa
On Thu, Mar 13, 2025 at 11:41:19 +0100, Gerd Hoffmann wrote: > Makes live migration more robust. Commit 4c0cfc72b31a ("pflash_cfi01: > write flash contents to bdrv on incoming migration") elaborates in > detail on the motivation. > > Cc: Peter Krempa > Signed-off-by: Gerd Hoffmann > --- Thanks