Re: [Qemu-devel] [PATCH] vga: Fix text mode screendumps

2011-09-23 Thread Anthony Liguori
On 09/15/2011 05:47 PM, Jan Kiszka wrote: From: Jan Kiszka In text mode, even a full refresh of the screen takes multiple updates. As we reset the dump file pointer after the first call, we only wrote the first line. Signed-off-by: Jan Kiszka Applied. Thanks. Regards, Anthony Liguori ---

Re: [Qemu-devel] [PATCH] vga: Fix text mode screendumps

2011-09-16 Thread Andriy Gapon
on 16/09/2011 01:47 Jan Kiszka said the following: > From: Jan Kiszka > > In text mode, even a full refresh of the screen takes multiple updates. > As we reset the dump file pointer after the first call, we only wrote > the first line. Thank you very much! I can confirm that with the patch I get

[Qemu-devel] [PATCH] vga: Fix text mode screendumps

2011-09-15 Thread Jan Kiszka
From: Jan Kiszka In text mode, even a full refresh of the screen takes multiple updates. As we reset the dump file pointer after the first call, we only wrote the first line. Signed-off-by: Jan Kiszka --- hw/vga.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/h