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
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
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