]> git.proxmox.com Git - mirror_qemu.git/commit - hw/vga.c
vga: Fix text mode screendumps
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 15 Sep 2011 22:47:55 +0000 (00:47 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 16 Sep 2011 13:25:57 +0000 (08:25 -0500)
commit2313e998d7bf55d02499ee162fb4558af4fbb3f5
tree0983b4a08e3458f79a2564ce23778158efc7724e
parentd9389b9664df561db796b18eb8309fffe58faf8b
vga: Fix text mode screendumps

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 <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/vga.c