commit | 9a51f5b0677381ed87d413e969ea72adf1f17f5f | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Feb 24 12:43:43 2012 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 24 13:36:04 2012 -0600 |
tree | f6475344ff3359c77f43711f038970839fe98e62 | |
parent | 53370b78ecfe3fdff89a8dd7db73a0a95aefc14f [diff] |
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>