Re: [PATCH] virtio_console: init work unconditionally

2015-03-03 Thread Rusty Russell
Amit Shah writes: > On (Sat) 28 Feb 2015 [18:41:34], Michael S. Tsirkin wrote: >> when multiport is off, we don't initialize config work, >> but we then cancel uninitialized control_work on freeze. >> >> Signed-off-by: Michael S. Tsirkin > > Reviewed-by: Amit Shah Thanks, applied. Cheers,

Re: [PATCH] virtio_console: init work unconditionally

2015-03-03 Thread Rusty Russell
Amit Shah amit.s...@redhat.com writes: On (Sat) 28 Feb 2015 [18:41:34], Michael S. Tsirkin wrote: when multiport is off, we don't initialize config work, but we then cancel uninitialized control_work on freeze. Signed-off-by: Michael S. Tsirkin m...@redhat.com Reviewed-by: Amit Shah

Re: [PATCH] virtio_console: init work unconditionally

2015-03-01 Thread Amit Shah
On (Sat) 28 Feb 2015 [18:41:34], Michael S. Tsirkin wrote: > when multiport is off, we don't initialize config work, > but we then cancel uninitialized control_work on freeze. > > Signed-off-by: Michael S. Tsirkin Reviewed-by: Amit Shah Amit -- To unsubscribe from this list:

Re: [PATCH] virtio_console: init work unconditionally

2015-03-01 Thread Amit Shah
On (Sat) 28 Feb 2015 [18:41:34], Michael S. Tsirkin wrote: when multiport is off, we don't initialize config work, but we then cancel uninitialized control_work on freeze. Signed-off-by: Michael S. Tsirkin m...@redhat.com Reviewed-by: Amit Shah amit.s...@redhat.com Amit --

[PATCH] virtio_console: init work unconditionally

2015-02-28 Thread Michael S. Tsirkin
when multiport is off, we don't initialize config work, but we then cancel uninitialized control_work on freeze. Signed-off-by: Michael S. Tsirkin --- drivers/char/virtio_console.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/char/virtio_console.c

[PATCH] virtio_console: init work unconditionally

2015-02-28 Thread Michael S. Tsirkin
when multiport is off, we don't initialize config work, but we then cancel uninitialized control_work on freeze. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/char/virtio_console.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/char/virtio_console.c