Re: [Qemu-devel] [PATCH] check for active_console before using it

2010-06-01 Thread Anthony Liguori
On 05/20/2010 08:23 AM, Gerd Hoffmann wrote: Other vga_hw_* functions do the same. Fixes a segmentation fault. Trigger: boot with -nodefaults, then connect via vnc. Signed-off-by: Gerd Hoffmann Applied. Thanks. Regards, Anthony Liguori --- console.c |2 +- 1 files changed, 1 in

[Qemu-devel] [PATCH] check for active_console before using it

2010-05-20 Thread Gerd Hoffmann
Other vga_hw_* functions do the same. Fixes a segmentation fault. Trigger: boot with -nodefaults, then connect via vnc. Signed-off-by: Gerd Hoffmann --- console.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/console.c b/console.c index 7070b1b..4c42b28 100644 --- a/

[Qemu-devel] [PATCH] check for active_console before using it

2010-05-18 Thread Gerd Hoffmann
Other vga_hw_* functions do the same. Fixes a segmentation fault. Trigger: boot with -nodefaults, then connect via vnc. Signed-off-by: Gerd Hoffmann --- console.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/console.c b/console.c index 7070b1b..4c42b28 100644 --- a/