[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] screendump fixups
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 0/2] screendump fixups |
Date: |
Thu, 23 Feb 2012 10:22:36 +0100 |
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(-)
- [Qemu-devel] [PATCH 0/2] screendump fixups,
Gerd Hoffmann <=