Re: [Qemu-devel] [PATCH] console: Implementing blinking of cursor

2012-07-03 Thread Alon Levy
On Mon, Jul 02, 2012 at 10:20:17AM +0200, Jan Kiszka wrote: One comment below. Reviewed-by: Alon Levy al...@redhat.com Let the text console cursor blink at 5 HZ. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- console.c | 26 +- 1 files changed, 25

Re: [Qemu-devel] [PATCH] console: Implementing blinking of cursor

2012-07-03 Thread Jan Kiszka
On 2012-07-03 10:59, Alon Levy wrote: On Mon, Jul 02, 2012 at 10:20:17AM +0200, Jan Kiszka wrote: One comment below. Reviewed-by: Alon Levy al...@redhat.com Let the text console cursor blink at 5 HZ. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- console.c | 26

Re: [Qemu-devel] [PATCH] console: Implementing blinking of cursor

2012-07-03 Thread Alon Levy
On Tue, Jul 03, 2012 at 11:05:50AM +0200, Jan Kiszka wrote: On 2012-07-03 10:59, Alon Levy wrote: On Mon, Jul 02, 2012 at 10:20:17AM +0200, Jan Kiszka wrote: One comment below. Reviewed-by: Alon Levy al...@redhat.com Let the text console cursor blink at 5 HZ. Signed-off-by:

Re: [Qemu-devel] [PATCH] console: Implementing blinking of cursor

2012-07-03 Thread Stefan Weil
Am 02.07.2012 10:20, schrieb Jan Kiszka: Let the text console cursor blink at 5 HZ. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- console.c | 26 +- 1 files changed, 25 insertions(+), 1 deletions(-) Hi Jan, I know that there was a bug report. Nevertheless I'd

Re: [Qemu-devel] [PATCH] console: Implementing blinking of cursor

2012-07-03 Thread Jan Kiszka
On 2012-07-03 16:41, Stefan Weil wrote: Am 02.07.2012 10:20, schrieb Jan Kiszka: Let the text console cursor blink at 5 HZ. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- console.c | 26 +- 1 files changed, 25 insertions(+), 1 deletions(-) Hi Jan, I know

[Qemu-devel] [PATCH] console: Implementing blinking of cursor

2012-07-02 Thread Jan Kiszka
Let the text console cursor blink at 5 HZ. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- console.c | 26 +- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/console.c b/console.c index 6a463f5..29b0f1c 100644 --- a/console.c +++ b/console.c @@