Filip Hejsek wrote on Thu, Sep 11, 2025 at 11:19:15PM +0200: > > Done. You can find an updated version of the patches at > > <https://gitlab.com/filip-hejsek/qemu/-/commits/console-resize>. > > I haven't tested the updated version though. I will maybe do some > > testing and then submit it to the mailing list for review, although if > > anyone else would like to take over then feel free to do so. > > I have done some tests and it seems that lines and columns are swapped. > Maybe the implementation in the linux kernel was changed to conform to > the spec?
Yes, they have: https://git.kernel.org/linus/5326ab737a47278dbd16ed3ee7380b26c7056ddd I had also rebased the patches but wasn't sure how it was supposed to work, but perhaps that was why it appeared not to work instead... (I assumed running qemu with something like that would "just resize", but also tried the qmp command to no avail: -serial none -device virtio-serial-pci -chardev stdio,id=foo -device virtconsole,chardev=foo ) I'll retry with your branch, thank you ! -- Dominique Martinet | Asmadeus
