Re: [PATCH 5/6] virtio-serial-bus: add terminal resize messages

2020-06-21 Thread Michael S. Tsirkin
On Sun, Jun 21, 2020 at 06:21:31PM +0200, Szymon Lukasz wrote: > Implement the part of the virtio spec that allows to notify the virtio > driver about terminal resizes. The virtio spec contains two methods to > achieve that: > > For legacy drivers, we have only one port and we put the terminal siz

[PATCH 5/6] virtio-serial-bus: add terminal resize messages

2020-06-21 Thread Szymon Lukasz
Implement the part of the virtio spec that allows to notify the virtio driver about terminal resizes. The virtio spec contains two methods to achieve that: For legacy drivers, we have only one port and we put the terminal size in the config space and inject the config changed interrupt. For multi