Re: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-06-14 Thread Marc-André Lureau
Hi On Thu, Jun 13, 2024 at 9:27 PM Kim, Dongwon wrote: > Hi Marc-André, > > On 6/13/2024 6:16 AM, Marc-André Lureau wrote: > > Hi > > > > On Wed, Jun 12, 2024 at 10:50 PM Kim, Dongwon > > wrote: > > > > On 6/11/2024 10:44 PM, Marc-André Lureau wrote: > >

Re: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-06-13 Thread Kim, Dongwon
Hi Marc-André, On 6/13/2024 6:16 AM, Marc-André Lureau wrote: Hi On Wed, Jun 12, 2024 at 10:50 PM Kim, Dongwon > wrote: On 6/11/2024 10:44 PM, Marc-André Lureau wrote: > Hi > > On Wed, Jun 12, 2024 at 5:29 AM Kim, Dongwon

Re: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-06-13 Thread Marc-André Lureau
Hi On Wed, Jun 12, 2024 at 10:50 PM Kim, Dongwon wrote: > On 6/11/2024 10:44 PM, Marc-André Lureau wrote: > > Hi > > > > On Wed, Jun 12, 2024 at 5:29 AM Kim, Dongwon > > wrote: > > > > Hi, > > > > From: Marc-André Lureau >

Re: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-06-12 Thread Kim, Dongwon
On 6/11/2024 10:44 PM, Marc-André Lureau wrote: Hi On Wed, Jun 12, 2024 at 5:29 AM Kim, Dongwon > wrote: Hi, From: Marc-André Lureau mailto:marcandre.lur...@gmail.com>> Sent: Wednesday, June 5, 2024 12:56 AM To: Kim, Dongwon

Re: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-06-11 Thread Marc-André Lureau
Hi On Wed, Jun 12, 2024 at 5:29 AM Kim, Dongwon wrote: > Hi, > > From: Marc-André Lureau > Sent: Wednesday, June 5, 2024 12:56 AM > To: Kim, Dongwon > Cc: qemu-devel@nongnu.org; Peter Xu > Subject: Re: [PATCH] ui/gtk: Wait until the current guest frame is > rendered before switching to

RE: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-06-11 Thread Kim, Dongwon
Hi, From: Marc-André Lureau Sent: Wednesday, June 5, 2024 12:56 AM To: Kim, Dongwon Cc: qemu-devel@nongnu.org; Peter Xu Subject: Re: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM Hi On Tue, Jun 4, 2024 at 9:49 PM Kim, Dongwon

Re: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-06-05 Thread Marc-André Lureau
Hi On Tue, Jun 4, 2024 at 9:49 PM Kim, Dongwon wrote: > On 6/4/2024 4:12 AM, Marc-André Lureau wrote: > > Hi > > > > On Thu, May 30, 2024 at 2:44 AM > > wrote: > > > > From: Dongwon mailto:dongwon@intel.com>> > > > > Make sure rendering of the current

Re: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-06-04 Thread Kim, Dongwon
On 6/4/2024 4:12 AM, Marc-André Lureau wrote: Hi On Thu, May 30, 2024 at 2:44 AM > wrote: From: Dongwon mailto:dongwon@intel.com>> Make sure rendering of the current frame is finished before switching the run state to RUN_STATE_SAVE_VM by waiting

Re: [PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-06-04 Thread Marc-André Lureau
Hi On Thu, May 30, 2024 at 2:44 AM wrote: > From: Dongwon > > Make sure rendering of the current frame is finished before switching > the run state to RUN_STATE_SAVE_VM by waiting for egl-sync object to be > signaled. > Can you expand on what this solves? > > Cc: Marc-André Lureau > Cc:

[PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM

2024-05-29 Thread dongwon . kim
From: Dongwon Make sure rendering of the current frame is finished before switching the run state to RUN_STATE_SAVE_VM by waiting for egl-sync object to be signaled. Cc: Marc-André Lureau Cc: Vivek Kasireddy Signed-off-by: Dongwon Kim --- ui/egl-helpers.c | 2 -- ui/gtk.c | 19