Hi, After checking again I figured the displaychangelistener for screendumps isn't needed. Sorry alon. So lets just zap it. Also the console switching can be optimized further, when no switching was needed (the common case) we can just go ahead and write out the dump without a full displaysurface redraw.
cheers, Gerd Gerd Hoffmann (2): vga: simplify screendump optimize screendump for the common non-switch case console.c | 10 +++++++--- console.h | 2 +- hw/qxl.c | 4 ++-- hw/vga.c | 46 +++++++--------------------------------------- hw/vmware_vga.c | 4 ++-- 5 files changed, 19 insertions(+), 47 deletions(-)