Re: [PATCH] ui/vnc: Update display update interval when VM state changes to RUNNING

2025-06-11 Thread Peter Xu
On Wed, Jun 11, 2025 at 04:41:21PM +0400, Marc-André Lureau wrote: > Hi > > On Wed, Jun 11, 2025 at 4:34 PM Peter Xu wrote: > > > On Wed, May 21, 2025 at 05:16:13PM +0200, Juraj Marcin wrote: > > > From: Juraj Marcin > > > > > > If a virtual machine is paused for an extended period time, for ex

Re: [PATCH] ui/vnc: Update display update interval when VM state changes to RUNNING

2025-06-11 Thread Marc-André Lureau
Hi On Wed, Jun 11, 2025 at 4:34 PM Peter Xu wrote: > On Wed, May 21, 2025 at 05:16:13PM +0200, Juraj Marcin wrote: > > From: Juraj Marcin > > > > If a virtual machine is paused for an extended period time, for example, > > due to an incoming migration, there are also no changes on the screen. >

Re: [PATCH] ui/vnc: Update display update interval when VM state changes to RUNNING

2025-06-11 Thread Peter Xu
On Wed, May 21, 2025 at 05:16:13PM +0200, Juraj Marcin wrote: > From: Juraj Marcin > > If a virtual machine is paused for an extended period time, for example, > due to an incoming migration, there are also no changes on the screen. > VNC in such case increases the display update interval by > VN

Re: [PATCH] ui/vnc: Update display update interval when VM state changes to RUNNING

2025-05-27 Thread Marc-André Lureau
On Wed, May 21, 2025 at 5:18 PM Juraj Marcin wrote: > > From: Juraj Marcin > > If a virtual machine is paused for an extended period time, for example, > due to an incoming migration, there are also no changes on the screen. > VNC in such case increases the display update interval by > VNC_REFRES

Re: [PATCH] ui/vnc: Update display update interval when VM state changes to RUNNING

2025-05-22 Thread Juraj Marcin
Hi Peter On 2025-05-21 12:04, Peter Xu wrote: > On Wed, May 21, 2025 at 05:16:13PM +0200, Juraj Marcin wrote: > > From: Juraj Marcin > > > > If a virtual machine is paused for an extended period time, for example, > > due to an incoming migration, there are also no changes on the screen. > > VNC

Re: [PATCH] ui/vnc: Update display update interval when VM state changes to RUNNING

2025-05-21 Thread Peter Xu
On Wed, May 21, 2025 at 05:16:13PM +0200, Juraj Marcin wrote: > From: Juraj Marcin > > If a virtual machine is paused for an extended period time, for example, > due to an incoming migration, there are also no changes on the screen. > VNC in such case increases the display update interval by > VN

Re: [PATCH] ui/vnc: Update display update interval when VM state changes to RUNNING

2025-05-21 Thread Daniel P . Berrangé
On Wed, May 21, 2025 at 05:16:13PM +0200, Juraj Marcin wrote: > From: Juraj Marcin > > If a virtual machine is paused for an extended period time, for example, > due to an incoming migration, there are also no changes on the screen. > VNC in such case increases the display update interval by > VN

[PATCH] ui/vnc: Update display update interval when VM state changes to RUNNING

2025-05-21 Thread Juraj Marcin
From: Juraj Marcin If a virtual machine is paused for an extended period time, for example, due to an incoming migration, there are also no changes on the screen. VNC in such case increases the display update interval by VNC_REFRESH_INTERVAL_INC (50 ms). The update interval can then grow up to VN