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 >> --- >> console.c | 26 +- >> 1 files changed, 25 insertions(+), 1 deletions(-) >> > > Hi Jan, > > I know that

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 --- console.c | 26 +- 1 files changed, 25 insertions(+), 1 deletions(-) Hi Jan, I know that there was a "bug" report. Nevertheless I'd like to ask whether QE

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 > > > >> Let the text console cursor blink at 5 HZ. > >> > >> Signed-off-

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 > >> Let the text console cursor blink at 5 HZ. >> >> Signed-off-by: Jan Kiszka >> --- >> console.c | 26 +- >> 1 fil

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 > Let the text console cursor blink at 5 HZ. > > Signed-off-by: Jan Kiszka > --- > console.c | 26 +- > 1 files changed, 25 insertions(+), 1 deletions(-) > > diff

[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 --- 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 @@ -28,6 +28,7 @@ //#define D