commit | 203baab8ba3195dd929473ba95b91c2b838833e6 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Mon Jan 18 19:15:12 2010 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 24 14:22:50 2010 +1030 |
tree | e6720bb993a46f53bd4607d55701606c754f2c00 | |
parent | 2658a79acf014deb0eaff2063f8f7a2b59f41285 [diff] |
virtio: console: Introduce function to hand off data from host to readers 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>