qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] s390: typo fix


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH] s390: typo fix
Date: Sun, 13 Dec 2009 16:45:47 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

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 <address@hidden>
---
 hw/s390-virtio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c
index e71dbe6..b567886 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,
-- 
1.6.6.rc1.43.gf55cc




reply via email to

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