]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: console: Add a list of portdevs that are active
authorAmit Shah <amit.shah@redhat.com>
Thu, 2 Sep 2010 12:41:49 +0000 (18:11 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Oct 2010 07:14:02 +0000 (17:44 +1030)
commit99f297365c9cb67a2427f6bbf310bbb72ef66a17
treed7c1dafac07ee5cc10e526ff867f0d5d106a8033
parente941c68098705479e771a0f3284a22021907f255
virtio: console: Add a list of portdevs that are active

The virtio_console.c driver is capable of handling multiple devices at a
time. Maintain a list of devices for future traversal.

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