Re: [PATCH] virtio_console: Initialize guest_connected=true for rproc_serial

2013-02-13 Thread Rusty Russell
sjur.brandel...@stericsson.com writes: > From: Sjur Brændeland > > When rproc_serial is initialized, guest_connected should be set > to true. We can then revert the extra checks introduced in > commit: "virtio_console: Let unconnected rproc device receive data." > > Signed-off-by: Sjur Brændeland

[PATCH] virtio_console: Initialize guest_connected=true for rproc_serial

2013-02-12 Thread sjur . brandeland
From: Sjur Brændeland When rproc_serial is initialized, guest_connected should be set to true. We can then revert the extra checks introduced in commit: "virtio_console: Let unconnected rproc device receive data." Signed-off-by: Sjur Brændeland --- drivers/char/virtio_console.c |7 ++-