diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c index e71dbe61a5..b56788652e 100644 --- a/hw/s390-virtio.c +++ b/hw/s390-virtio.c @@ -245,7 +245,7 @@ static QEMUMachine s390_machine = { .init = s390_init, .no_serial = 1, .no_parallel = 1, - .use_virtcon = 1. + .use_virtcon = 1, .no_vga = 1, .max_cpus = 255, .is_default = 1,