All of lore.kernel.org
 help / color / mirror / Atom feed
* virtio-serial: A guest <-> host interface for simple communication
@ 2009-06-23 12:42 ` Amit Shah
  0 siblings, 0 replies; 61+ messages in thread
From: Amit Shah @ 2009-06-23 12:42 UTC (permalink / raw)
  To: virtualization; +Cc: kvm, qemu-devel


Hello,

Here are two patches. One implements a virtio-serial device in qemu
and the other is the driver for a guest kernel.

While working on a vmchannel interface that is needed for communication
between guest userspace and host userspace, I saw that most of the
interface can be abstracted out as a "serial" device with "ports".

Some requirements for a vmchannel are listed at this page:
http://kvm.et.redhat.com/page/VMchannel_Requirements

A few sample uses for a vmchannel are to share the host and guest
clipboards (to allow copy/paste between a host and a guest), to
lock the screen of the guest session when the vnc viewer is closed,
to find out which applications are installed on a guest OS even when
the guest is powered down (using virt-inspector) and so on.

At this time, the qemu device is more complete than the guest driver
is. However, I'd like you to review both the patches for inclusion.

Thanks,
		Amit.

^ permalink raw reply	[flat|nested] 61+ messages in thread
* virtio-serial: A guest <-> host interface for simple communication
@ 2009-06-23 12:42 Amit Shah
  0 siblings, 0 replies; 61+ messages in thread
From: Amit Shah @ 2009-06-23 12:42 UTC (permalink / raw)
  To: virtualization; +Cc: qemu-devel, kvm


Hello,

Here are two patches. One implements a virtio-serial device in qemu
and the other is the driver for a guest kernel.

While working on a vmchannel interface that is needed for communication
between guest userspace and host userspace, I saw that most of the
interface can be abstracted out as a "serial" device with "ports".

Some requirements for a vmchannel are listed at this page:
http://kvm.et.redhat.com/page/VMchannel_Requirements

A few sample uses for a vmchannel are to share the host and guest
clipboards (to allow copy/paste between a host and a guest), to
lock the screen of the guest session when the vnc viewer is closed,
to find out which applications are installed on a guest OS even when
the guest is powered down (using virt-inspector) and so on.

At this time, the qemu device is more complete than the guest driver
is. However, I'd like you to review both the patches for inclusion.

Thanks,
		Amit.

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

end of thread, other threads:[~2009-06-25 20:49 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23 12:42 virtio-serial: A guest <-> host interface for simple communication Amit Shah
2009-06-23 12:42 ` [Qemu-devel] " Amit Shah
2009-06-23 12:42 ` [PATCH] virtio_serial: A char device for simple guest <-> host communication Amit Shah
2009-06-23 12:42 ` Amit Shah
2009-06-23 12:42   ` [Qemu-devel] " Amit Shah
2009-06-23 12:42   ` [PATCH] virtio-serial: virtio device for simple host <-> guest communication Amit Shah
2009-06-23 12:42   ` Amit Shah
2009-06-23 12:42     ` [Qemu-devel] " Amit Shah
2009-06-23 15:19     ` Blue Swirl
2009-06-23 15:19     ` Blue Swirl
2009-06-23 15:19       ` Blue Swirl
2009-06-23 15:15   ` [Qemu-devel] [PATCH] virtio_serial: A char device for simple guest <-> host communication Blue Swirl
2009-06-23 15:15     ` Blue Swirl
2009-06-23 15:15   ` Blue Swirl
2009-06-23 12:55 ` [Qemu-devel] virtio-serial: A guest <-> host interface for simple communication Paul Brook
2009-06-23 12:55 ` Paul Brook
2009-06-23 12:55   ` Paul Brook
2009-06-23 13:00   ` Amit Shah
2009-06-23 13:00   ` Amit Shah
2009-06-23 13:00     ` Amit Shah
2009-06-23 13:09     ` Paul Brook
2009-06-23 13:09     ` Paul Brook
2009-06-23 13:09       ` Paul Brook
2009-06-23 13:58   ` Christian Bornträger
2009-06-23 13:58     ` Christian Bornträger
2009-06-23 14:16     ` Paul Brook
2009-06-23 14:16       ` Paul Brook
2009-06-23 14:40       ` Christian Bornträger
2009-06-23 14:40       ` Christian Bornträger
2009-06-23 14:40         ` Christian Bornträger
2009-06-23 14:16     ` Paul Brook
2009-06-23 13:58   ` Christian Bornträger
2009-06-23 14:59   ` Daniel P. Berrange
2009-06-24  4:15 ` Rusty Russell
2009-06-24  4:15 ` Rusty Russell
2009-06-24  4:15   ` [Qemu-devel] " Rusty Russell
2009-06-24 12:39   ` Amit Shah
2009-06-24 12:39   ` Amit Shah
2009-06-24 12:39     ` [Qemu-devel] " Amit Shah
2009-06-25 11:33     ` Rusty Russell
2009-06-25 11:33       ` [Qemu-devel] " Rusty Russell
2009-06-25 20:49       ` Amit Shah
2009-06-25 20:49         ` [Qemu-devel] " Amit Shah
2009-06-25 11:33     ` Rusty Russell
2009-06-24 16:40 ` [Qemu-devel] " Jamie Lokier
2009-06-24 17:10   ` Amit Shah
2009-06-24 17:10     ` Amit Shah
2009-06-24 17:50     ` Jamie Lokier
2009-06-24 17:50       ` Jamie Lokier
2009-06-24 18:01       ` Amit Shah
2009-06-24 18:01       ` Amit Shah
2009-06-24 18:01         ` Amit Shah
2009-06-24 19:20         ` Jamie Lokier
2009-06-24 19:20         ` Jamie Lokier
2009-06-24 19:20           ` Jamie Lokier
2009-06-25  4:41           ` Amit Shah
2009-06-25  4:41             ` Amit Shah
2009-06-25  4:41           ` Amit Shah
2009-06-24 17:50     ` Jamie Lokier
2009-06-24 17:10   ` Amit Shah
  -- strict thread matches above, loose matches on Subject: below --
2009-06-23 12:42 Amit Shah

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.