diff options
Diffstat (limited to 'hw/hppa/machine.c')
-rw-r--r-- | hw/hppa/machine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c index ae0bc07..4d054ca 100644 --- a/hw/hppa/machine.c +++ b/hw/hppa/machine.c @@ -265,6 +265,7 @@ static void machine_hppa_init(MachineState *machine) /* Graphics setup. */ if (machine->enable_graphics && vga_interface_type != VGA_NONE) { + vga_interface_created = true; dev = qdev_new("artist"); s = SYS_BUS_DEVICE(dev); sysbus_realize_and_unref(s, &error_fatal); |