All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hw/display/vga: Fix debug message
@ 2026-03-30 14:06 BALATON Zoltan
  2026-03-30 14:34 ` Alex Bennée
  0 siblings, 1 reply; 7+ messages in thread
From: BALATON Zoltan @ 2026-03-30 14:06 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial

Fixes: f9b925fd41 vga: introduce VGADisplayParams
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 hw/display/vga.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/display/vga.c b/hw/display/vga.c
index ee7d97b5c2..26039f0020 100644
--- a/hw/display/vga.c
+++ b/hw/display/vga.c
@@ -1662,7 +1662,7 @@ static void vga_draw_graphic(VGACommonState *s, int full_update)
 
 #if 0
     printf("w=%d h=%d v=%d line_offset=%d cr[0x09]=0x%02x cr[0x17]=0x%02x linecmp=%d sr[0x01]=0x%02x\n",
-           width, height, v, line_offset, s->cr[9], s->cr[VGA_CRTC_MODE],
+           width, height, v, s->params.line_offset, s->cr[9], s->cr[VGA_CRTC_MODE],
            s->params.line_compare, sr(s, VGA_SEQ_CLOCK_MODE));
 #endif
     addr1 = (s->params.start_addr * 4);
-- 
2.41.3



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-04-01 19:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-30 14:06 [PATCH] hw/display/vga: Fix debug message BALATON Zoltan
2026-03-30 14:34 ` Alex Bennée
2026-03-30 16:10   ` BALATON Zoltan
2026-03-30 22:28     ` [RFC PATCH] hw/display: modernise the vga debug code (!!GenAI!!) Alex Bennée
2026-04-01 10:21       ` Philippe Mathieu-Daudé
2026-04-01 12:49         ` Alex Bennée
2026-04-01 19:58       ` BALATON Zoltan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.