summary refs log tree commit diff stats
path: root/hw/pl110.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pl110.c')
-rw-r--r--hw/pl110.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/pl110.c b/hw/pl110.c
index 45b7dbeb99..2797f83896 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)