qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Extending virtio_console to support multiple ports
@ 2009-08-25  6:17 Amit Shah
  2009-08-25  6:17 ` [Qemu-devel] [PATCH] virtio_console: Add interface for guest and host communication Amit Shah
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Amit Shah @ 2009-08-25  6:17 UTC (permalink / raw)
  To: qemu-devel, kvm, virtualization


Hello all,

Here is a new iteration of the patch series that implements a
transport for guest and host communications.

The code has been updated to reuse the virtio-console device instead
of creating a new virtio-serial device.

I've tested for compatibility (old qemu & new kernel, new qemu & old
kernel, new qemu & new kernel) and it all works fine.

There are a few items on my todo list but this works well.

New since last send:
- connect/disconnect notifications on connections to ports

TODO:
- Look at converting to a tty interface instead of the current char
interface
- Migration: save the extra state that's necessary
- Convert all config writes to little endian in qemu / convert from
little endian to host endian in guest
- Address a few FIXMEs spread in the code
- Introduce a watermark to stop a rogue host process flooding guest
with data
- Make connect/disconnect work for guest

Please review.
	Amit

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

end of thread, other threads:[~2009-09-21  5:21 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-25  6:17 [Qemu-devel] Extending virtio_console to support multiple ports Amit Shah
2009-08-25  6:17 ` [Qemu-devel] [PATCH] virtio_console: Add interface for guest and host communication Amit Shah
2009-08-25  6:17   ` [Qemu-devel] [PATCH 1/3] char: Emit 'CLOSED' events on char device close Amit Shah
2009-08-25  6:17     ` [Qemu-devel] [PATCH 2/3] virtio-console: rename dvq to ovq Amit Shah
2009-08-25  8:16 ` [Qemu-devel] [PATCH 3/3] virtio-console: Add interface for generic guest-host communication Amit Shah
2009-08-26 11:27 ` [Qemu-devel] Re: Extending virtio_console to support multiple ports Amit Shah
2009-08-26 15:45   ` Amit Shah
2009-08-27  4:07     ` Benjamin Herrenschmidt
2009-08-27  6:51       ` Amit Shah
2009-08-27  9:08       ` Alan Cox
2009-08-27  9:27         ` Benjamin Herrenschmidt
2009-08-27 11:45           ` [Qemu-devel] [PATCH] hvc_console: provide (un)locked version for hvc_resize() Hendrik Brueckner
2009-08-29  1:15         ` [Qemu-devel] Re: Extending virtio_console to support multiple ports Jamie Lokier
2009-08-27  5:04     ` Michael Ellerman
2009-08-27  6:52       ` Amit Shah
2009-08-27 14:13         ` Ryan Arnold
2009-08-28 17:00   ` Anthony Liguori
2009-08-30 10:10     ` Amit Shah
2009-08-30 12:48       ` Anthony Liguori
2009-08-30 13:17         ` Amit Shah
2009-08-31 13:17           ` Anthony Liguori
2009-08-31 13:51             ` Amit Shah
2009-08-31 14:21               ` Anthony Liguori
2009-08-31 14:31                 ` Amit Shah
2009-08-31 15:56                   ` Anthony Liguori
2009-08-31 16:19                     ` Amit Shah
2009-08-31 16:37                       ` Anthony Liguori
2009-09-21  5:20                         ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).