[PATCH 0/2] s390/sclp: Resize for sclp-vt220 console

Maximilian Immanuel Brandtner posted 2 patches 3 days, 5 hours ago
There is a newer version of this series
drivers/s390/char/sclp_vt220.c | 77 ++++++++++++++++++++++++++++------
1 file changed, 65 insertions(+), 12 deletions(-)
[PATCH 0/2] s390/sclp: Resize for sclp-vt220 console
Posted by Maximilian Immanuel Brandtner 3 days, 5 hours ago
This patch-set implements resize event handling for the sclp-vt220
console and refactors some of the surrounding code.

---
Testing:
- Tested on QEMU: commit 38879a667f with the following patches applied:
    [PATCH] s390x/sclpconsole: implement resizing for vt220 consoles
    [PATCH v7 00/12] virtio-console: notify about the terminal size
    (https://lore.kernel.org/qemu-devel/20260609-console-resize-v7-0-0c550fdcec15@gmail.com/)
 - Tested on linux-next (commit c1f49dea2b8f)

Maximilian Immanuel Brandtner (2):
  s390/sclp: Introduce dedicated sclp-vt220 event buffer type
  s390/sclp: Implement resize for sclp-vt220 console

 drivers/s390/char/sclp_vt220.c | 77 ++++++++++++++++++++++++++++------
 1 file changed, 65 insertions(+), 12 deletions(-)

-- 
2.54.0
Re: [PATCH 0/2] s390/sclp: Resize for sclp-vt220 console
Posted by Maximilian Immanuel Brandtner 3 days, 5 hours ago
For the QEMU Patch see: [PATCH] s390x/sclpconsole: implement resizing
for vt220 consoles (https://lore.kernel.org/qemu-
devel/20260921121641.1354712-1-maxbr@linux.ibm.com/T/#u)