On Fri, 2025-09-12 at 04:41 -0400, Michael S. Tsirkin wrote: > > The patch series in its current form provides no way to disable > > the console size functionality, > > Well I see the console-size property, no?
That only disables the VIRTIO_CONSOLE_F_SIZE feature flag, but VIRTIO_CONSOLE_RESIZE messages will still be sent to multiport devices. I could of course change it to dislable those messages too. Shall I do so?