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
---
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
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