Re: [PATCH 2/2] virtio-gpu: first surface update with blob scanout after resumed

2024-03-06 Thread Marc-André Lureau
Hi Dongwon Kim On Wed, Mar 6, 2024 at 2:24 AM wrote: > > From: Dongwon Kim > > The guest surface needs to be updated with a blob scanout after resumed > from saved vm state if blob is enabled. > > Cc: Marc-André Lureau > Cc: Vivek Kasireddy > Signed-off-by: Dongwon Kim > --- > hw/display/vir

[PATCH 2/2] virtio-gpu: first surface update with blob scanout after resumed

2024-03-05 Thread dongwon . kim
From: Dongwon Kim The guest surface needs to be updated with a blob scanout after resumed from saved vm state if blob is enabled. Cc: Marc-André Lureau Cc: Vivek Kasireddy Signed-off-by: Dongwon Kim --- hw/display/virtio-gpu.c | 21 ++--- 1 file changed, 14 insertions(+), 7 d