vga: simplify screendump
commit9a51f5b0677381ed87d413e969ea72adf1f17f5f
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 24 Feb 2012 11:43:43 +0000 (24 12:43 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 24 Feb 2012 19:36:04 +0000 (24 13:36 -0600)
treef6475344ff3359c77f43711f038970839fe98e62
parent53370b78ecfe3fdff89a8dd7db73a0a95aefc14f
vga: simplify screendump

The displaychangelistener isn't needed at all, we can simply save the
image when vga_hw_update is done instead of hooking into the update
process.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/vga.c