search for: vcon0

Displaying 4 results from an estimated 4 matches for "vcon0".

Did you mean: vcon
2009 Nov 10
3
[PATCH 1/8] virtio: console: comment cleanup
Remove old lguest-style comments. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> --- drivers/char/virtio_console.c | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -1,18 +1,5 @@ -/*D:300 - *
2009 Nov 10
3
[PATCH 1/8] virtio: console: comment cleanup
Remove old lguest-style comments. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> --- drivers/char/virtio_console.c | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -1,18 +1,5 @@ -/*D:300 - *
2009 Oct 20
1
[PATCH v9 0/1] virtio-console: Support for generic ports and multiple consoles
...t/test-virtserial.git This version passes all the automated tests there. Christian has tested the console functionality on s390. v9: - Add debugfs files for each port to expose some port-specific information for easier debugging - Port hotplug fix - Disallow opening of console ports (open(/dev/vcon0) should fail) - A couple of other minor fixes. Please review and apply, Amit Amit Shah (1): virtio_console: Add support for multiple ports for generic guest and host communication drivers/char/Kconfig | 6 + drivers/char/virtio_console.c | 1372 +++++++++++++++++++++++++++++...
2009 Oct 20
1
[PATCH v9 0/1] virtio-console: Support for generic ports and multiple consoles
...t/test-virtserial.git This version passes all the automated tests there. Christian has tested the console functionality on s390. v9: - Add debugfs files for each port to expose some port-specific information for easier debugging - Port hotplug fix - Disallow opening of console ports (open(/dev/vcon0) should fail) - A couple of other minor fixes. Please review and apply, Amit Amit Shah (1): virtio_console: Add support for multiple ports for generic guest and host communication drivers/char/Kconfig | 6 + drivers/char/virtio_console.c | 1372 +++++++++++++++++++++++++++++...