qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT bfdb362] Fix SDL zooming with pl110 (cf.d3ffcafe2


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT bfdb362] Fix SDL zooming with pl110 (cf.d3ffcafe25b5966b351ea6100160c2156688f22f)
Date: Mon, 10 Aug 2009 21:48:00 -0000

From: Blue Swirl <address@hidden>

Signed-off-by: Blue Swirl <address@hidden>

diff --git a/hw/pl110.c b/hw/pl110.c
index 45b7dbe..2797f83 100644
--- a/hw/pl110.c
+++ b/hw/pl110.c
@@ -169,6 +169,9 @@ static void pl110_invalidate_display(void * opaque)
 {
     pl110_state *s = (pl110_state *)opaque;
     s->invalidate = 1;
+    if (pl110_enabled(s)) {
+        qemu_console_resize(s->ds, s->cols, s->rows);
+    }
 }
 
 static void pl110_update_pallette(pl110_state *s, int n)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]