commit | 91fcad19d03ed67cb50fd0e1913a8b89cc3ed3ec | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Fri Jun 20 15:24:15 2008 +0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 25 12:06:06 2008 +1000 |
tree | 90d4f8ded6547615f21bcef8995eee133d8c2510 | |
parent | 611e097d7707741a336a0677d9d69bec40f29f3d [diff] |
virtio_console: use virtqueue notification for hvc_console This patch exploits the new notifier callbacks of the hvc_console. We can use the virtio callbacks instead of the polling code. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>