All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] virtio: console: Handle multiple console port resizes
@ 2010-05-05 20:35 Amit Shah
  2010-05-05 20:35 ` [PATCH 1/3] virtio: console: Resize console port 0 on config intr only if multiport is off Amit Shah
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Amit Shah @ 2010-05-05 20:35 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Amit Shah, Virtualization List

Hello,

This series adds resize support for multiple console ports. The size
for each console is stored in its structure and the host informs the
guest about size changes via the VIRTIO_CONSOLE_RESIZE control
message.

This is easily tested by the qemu patches provided by Kusanagi Kouichi
with some updates, which I will shortly send to the qemu-devel list.

Please apply,

	Amit.

Amit Shah (3):
  virtio: console: Resize console port 0 on config intr only if
    multiport is off
  virtio: console: Store each console's size in the console structure
  virtio: console: Accept console size along with resize control
    message

 drivers/char/virtio_console.c |   71 ++++++++++++++++++++++++++++++-----------
 1 files changed, 52 insertions(+), 19 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-05-06  2:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-05 20:35 [PATCH 0/3] virtio: console: Handle multiple console port resizes Amit Shah
2010-05-05 20:35 ` [PATCH 1/3] virtio: console: Resize console port 0 on config intr only if multiport is off Amit Shah
2010-05-05 20:35   ` [PATCH 2/3] virtio: console: Store each console's size in the console structure Amit Shah
2010-05-05 20:35   ` Amit Shah
2010-05-05 20:35     ` [PATCH 3/3] virtio: console: Accept console size along with resize control message Amit Shah
2010-05-05 20:35     ` Amit Shah
2010-05-05 20:35 ` [PATCH 1/3] virtio: console: Resize console port 0 on config intr only if multiport is off Amit Shah
2010-05-06  2:27 ` [PATCH 0/3] virtio: console: Handle multiple console port resizes Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.