On Sun, Sep 21, 2025 at 01:45:32AM +0200, Filip Hejsek wrote: > From: Szymon Lukasz <[email protected]> > > Add a new chardev event, CHR_EVENT_RESIZE, which a backend should > trigger if it detects the size of the connected terminal changed. > > Signed-off-by: Szymon Lukasz <[email protected]> > Signed-off-by: Filip Hejsek <[email protected]> > --- > backends/cryptodev-vhost-user.c | 1 + > chardev/char.c | 1 + > hw/block/vhost-user-blk.c | 1 + > hw/char/terminal3270.c | 1 + > hw/char/virtio-console.c | 1 + > hw/ipmi/ipmi_bmc_extern.c | 1 + > hw/scsi/vhost-user-scsi.c | 1 + > hw/usb/ccid-card-passthru.c | 1 + > hw/usb/dev-serial.c | 1 + > hw/usb/redirect.c | 1 + > hw/virtio/vhost-user-base.c | 1 + > hw/virtio/vhost-user-scmi.c | 1 + > include/chardev/char.h | 4 ++++ > monitor/hmp.c | 1 + > monitor/qmp.c | 1 + > net/passt.c | 1 + > net/vhost-user.c | 1 + > 17 files changed, 20 insertions(+)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
