virtio: console: Introduce function to hand off data from host to readers
authorAmit Shah <amit.shah@redhat.com>
Mon, 18 Jan 2010 13:45:12 +0000 (19:15 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 03:52:50 +0000 (14:22 +1030)
In preparation for serving data to userspace (generic ports) as well as
in-kernel users (hvc consoles), separate out the functionality common to
both in a 'fill_readbuf()' function.

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

No differences found