RE: [PATCH v3 1/2] ui/gtk: flush display pipeline before saving vmstate when blob=true

2024-02-29 Thread Kim, Dongwon
Behalf Of > dongwon@intel.com > Sent: Wednesday, September 20, 2023 4:24 PM > To: qemu-devel@nongnu.org > Subject: [PATCH v3 1/2] ui/gtk: flush display pipeline before saving vmstate > when blob=true > > From: Dongwon Kim > > If the guest state is paused befor

[PATCH v3 1/2] ui/gtk: flush display pipeline before saving vmstate when blob=true

2024-01-23 Thread dongwon . kim
From: Dongwon Kim If the guest state is paused before it gets a response for the current scanout frame submission (resource-flush), it won't flush new frames after being restored as it still waits for the old response, which is accepted as a scanout render done signal. So it's needed to unblock t