Re: [PATCH v2] vnc: increase max display size

2024-07-18 Thread Daniel P . Berrangé
On Thu, Jul 18, 2024 at 04:58:10PM +0100, Peter Maydell wrote: > On Thu, 30 May 2024 at 12:11, Gerd Hoffmann wrote: > > > > It's 2024. 4k display resolutions are a thing these days. > > Raise width and height limits of the qemu vnc server. > > > > Resolves: https://gitlab.com/qemu-project/qemu/-/

Re: [PATCH v2] vnc: increase max display size

2024-07-18 Thread Peter Maydell
On Thu, 30 May 2024 at 12:11, Gerd Hoffmann wrote: > > It's 2024. 4k display resolutions are a thing these days. > Raise width and height limits of the qemu vnc server. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1596 > Signed-off-by: Gerd Hoffmann > --- > ui/vnc.h | 4 ++-- > 1

Re: [PATCH v2] vnc: increase max display size

2024-05-31 Thread Daniel P . Berrangé
On Thu, May 30, 2024 at 01:10:29PM +0200, Gerd Hoffmann wrote: > It's 2024. 4k display resolutions are a thing these days. > Raise width and height limits of the qemu vnc server. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1596 > Signed-off-by: Gerd Hoffmann > --- > ui/vnc.h | 4

[PATCH v2] vnc: increase max display size

2024-05-30 Thread Gerd Hoffmann
It's 2024. 4k display resolutions are a thing these days. Raise width and height limits of the qemu vnc server. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1596 Signed-off-by: Gerd Hoffmann --- ui/vnc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/vnc.h