Re: [Qemu-devel] [PATCH] console: Properly switch consoles for screen dumps

2011-09-23 Thread Anthony Liguori
On 09/15/2011 05:48 PM, Jan Kiszka wrote: From: Jan Kiszka Do not mess with active_console, use console_select instead. This fixes corrupt virtual monitor consoles after issuing the screendump command. Signed-off-by: Jan Kiszka Applied. Thanks. Regards, Anthony Liguori --- Looks still w

Re: [Qemu-devel] [PATCH] console: Properly switch consoles for screen dumps

2011-09-16 Thread Andriy Gapon
on 16/09/2011 01:48 Jan Kiszka said the following: > From: Jan Kiszka > > Do not mess with active_console, use console_select instead. This fixes > corrupt virtual monitor consoles after issuing the screendump command. > > Signed-off-by: Jan Kiszka > --- > > Looks still weird - we should enabl

[Qemu-devel] [PATCH] console: Properly switch consoles for screen dumps

2011-09-15 Thread Jan Kiszka
From: Jan Kiszka Do not mess with active_console, use console_select instead. This fixes corrupt virtual monitor consoles after issuing the screendump command. Signed-off-by: Jan Kiszka --- Looks still weird - we should enable dumping to an invisible display buffer - but it cures this symptom