Re: Questions regarding potential resize implementation in libvirt

2025-04-05 Thread Peter Krempa via Devel
On Thu, Mar 20, 2025 at 08:56:04 +0100, Maximilian Immanuel Brandtner wrote: > I've been working on an RFC patch-set to implement resizing for > consoles in QEMU. Now that the patch-set is in review I've turned my > attention to bringing this feature to libvirt. > > With the QEMU patch-set there a

Re: Questions regarding potential resize implementation in libvirt

2025-04-05 Thread Maximilian Immanuel Brandtner
On Thu, 2025-03-20 at 09:58 +, Daniel P. Berrangé wrote: > On Thu, Mar 20, 2025 at 08:56:04AM +0100, Maximilian Immanuel > Brandtner wrote: > > I've been working on an RFC patch-set to implement resizing for > > consoles in QEMU. Now that the patch-set is in review I've turned > > my > > attent

Re: Questions regarding potential resize implementation in libvirt

2025-04-04 Thread Daniel P . Berrangé via Devel
On Thu, Mar 20, 2025 at 12:51:35PM +0100, Maximilian Immanuel Brandtner wrote: > On Thu, 2025-03-20 at 10:28 +, Daniel P. Berrangé wrote: > > On Thu, Mar 20, 2025 at 11:09:41AM +0100, Maximilian Immanuel > > Brandtner wrote: > > > On Thu, 2025-03-20 at 09:58 +, Daniel P. Berrangé wrote: > >

Re: Questions regarding potential resize implementation in libvirt

2025-03-20 Thread Daniel P . Berrangé via Devel
On Thu, Mar 20, 2025 at 11:09:41AM +0100, Maximilian Immanuel Brandtner wrote: > On Thu, 2025-03-20 at 09:58 +, Daniel P. Berrangé wrote: > > On Thu, Mar 20, 2025 at 08:56:04AM +0100, Maximilian Immanuel > > Brandtner wrote: > > > I've been working on an RFC patch-set to implement resizing for

Re: Questions regarding potential resize implementation in libvirt

2025-03-20 Thread Maximilian Immanuel Brandtner
On Thu, 2025-03-20 at 10:28 +, Daniel P. Berrangé wrote: > On Thu, Mar 20, 2025 at 11:09:41AM +0100, Maximilian Immanuel > Brandtner wrote: > > On Thu, 2025-03-20 at 09:58 +, Daniel P. Berrangé wrote: > > > On Thu, Mar 20, 2025 at 08:56:04AM +0100, Maximilian Immanuel > > > Brandtner wrote:

Re: Questions regarding potential resize implementation in libvirt

2025-03-20 Thread Daniel P . Berrangé via Devel
On Thu, Mar 20, 2025 at 11:05:04AM +0100, Peter Krempa via Devel wrote: > > Libvirt supports console also for unix-socket backed chardevs. I presume > that would require the QMP command approach instead. That will likely > reuqire more plumbing because on the first glance we don't seem to > have t

Re: Questions regarding potential resize implementation in libvirt

2025-03-20 Thread Daniel P . Berrangé via Devel
On Thu, Mar 20, 2025 at 08:56:04AM +0100, Maximilian Immanuel Brandtner wrote: > I've been working on an RFC patch-set to implement resizing for > consoles in QEMU. Now that the patch-set is in review I've turned my > attention to bringing this feature to libvirt. Can you point to the QEMU patchse

Questions regarding potential resize implementation in libvirt

2025-03-20 Thread Maximilian Immanuel Brandtner
I've been working on an RFC patch-set to implement resizing for consoles in QEMU. Now that the patch-set is in review I've turned my attention to bringing this feature to libvirt. With the QEMU patch-set there are two ways to resize a pty chardev. 1. send a TIOCSWINSZ ioctl 2. send a QMP msg The