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

2012-07-14 Thread Blue Swirl
On Tue, Jul 10, 2012 at 8:00 PM, Jan Kiszka wrote: > From: Jan Kiszka > > Let the text console cursor blink at 2 HZ. > > Signed-off-by: Jan Kiszka Thanks, applied. > --- > > Changes in v3: > - renamed cursor_blink_state to cursor_visible_phase and made it a bool > > console.c | 26

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

2012-07-10 Thread Jan Kiszka
From: Jan Kiszka Let the text console cursor blink at 2 HZ. Signed-off-by: Jan Kiszka --- Changes in v3: - renamed cursor_blink_state to cursor_visible_phase and made it a bool console.c | 26 +- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/conso