Re: [PATCH v3 0/9] virtio-console: notify about the terminal size

2023-10-23 Thread Filip Hejsek
I have found this 3 year old patch adding virtio console resize support, which seems to have been forgotten at that time. I would like to see this feature merged. Szymon, you have originally submitted this patch, would you be willing to update it for the latest development tree and resubmit it? I

Re: [PATCH v3 0/9] virtio-console: notify about the terminal size

2023-10-23 Thread Amit Shah
On Mon, 2023-10-23 at 05:12 +0200, Filip Hejsek wrote: > I have found this 3 year old patch adding virtio console resize > support, which seems to have been forgotten at that time. I would like > to see this feature merged. > > Szymon, you have originally submitted this patch, would you be willing

[PATCH v3 0/9] virtio-console: notify about the terminal size

2020-06-29 Thread Szymon Lukasz
The goal of this series is to have a resizable terminal into a guest without having to set up networking and using, e.g. ssh. The virtio spec allows a virtio-console device to notify the guest about terminal resizes in the host. Linux Kernel implements the driver part of the spec. This series impl