]> Git Repo - qemu.git/commitdiff
s390: typo fix
authorMichael S. Tsirkin <[email protected]>
Sun, 13 Dec 2009 14:45:47 +0000 (16:45 +0200)
committerAurelien Jarno <[email protected]>
Sun, 13 Dec 2009 18:44:07 +0000 (19:44 +0100)
s390 code has an obvious typo, which results in:
hw/s390-virtio.c: At top level:
hw/s390-virtio.c:249: error: request for member ‘no_vga’ in something not a structure or union

Signed-off-by: Michael S. Tsirkin <[email protected]>
Acked-by: Alexander Graf <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
hw/s390-virtio.c

index e71dbe61a5b0cac71d49be2cc9973c28a4a148e3..b56788652e7696037a4861f488cbcf6e31b14c99 100644 (file)
@@ -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,
This page took 0.027516 seconds and 4 git commands to generate.