virtio: console: Add file operations to ports for open/read/write/poll
authorAmit Shah <amit.shah@redhat.com>
Mon, 21 Dec 2009 16:19:30 +0000 (21:49 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 03:52:54 +0000 (14:22 +1030)
Allow guest userspace applications to open, read from, write to, poll
the ports via the char dev interface.

When a port gets opened, a notification is sent to the host via a
control message indicating a connection has been established. Similarly,
on closing of the port, a notification is sent indicating disconnection.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found