[Qemu-devel] [PATCH] vga.c: move debug printfs to trace events

2013-04-03 Thread Alex DAMIAN
From: Alexandru DAMIAN Move all register read/write log events from DEBUG ifdefs to the tracing infrastructure. Signed-off-by: Alexandru DAMIAN --- hw/vga.c | 45 +++-- trace-events |4 2 files changed, 15 insertions(+), 34 deletions(-) d

[Qemu-devel] [PATCH] vga.c: Debug messages go to stderr

2013-04-02 Thread Alex DAMIAN
From: Alexandru DAMIAN Move debug messages to stderr since often in vga code debug stdio is used as serial console. Signed-off-by: Alexandru DAMIAN --- hw/vga.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hw/vga.c b/hw/vga.c index 59bfb22..2

[Qemu-devel] [PATCH] vmware_vga: do not cache depth and bypp

2013-03-29 Thread Alex DAMIAN
From: Alexandru DAMIAN Do not cache depth and bypp information in the device state. This resolves a bug where Xorg video-vmare driver refuses to start up because the depth value read is the one cached from the device start (default 32 from ui/console.c) and it is not consistent with the graphica