projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b3ed0
)
qemu-config: comment spell fix
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 17 May 2011 08:40:43 +0000
(10:40 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 6 Jun 2011 07:14:42 +0000
(09:14 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qemu-config.c
patch
|
blob
|
history
diff --git
a/qemu-config.c
b/qemu-config.c
index b00aa3ae893b31c00178211a8afb44ed9d274ee6..c63741c6b1c2983156815690e6b8520197f42520 100644
(file)
--- a/
qemu-config.c
+++ b/
qemu-config.c
@@
-306,7
+306,7
@@
static QemuOptsList qemu_trace_opts = {
.name = "file",
.type = QEMU_OPT_STRING,
},
- { /* end
i
f list */ }
+ { /* end
o
f list */ }
},
};
#endif
@@
-436,7
+436,7
@@
QemuOptsList qemu_spice_opts = {
.name = "playback-compression",
.type = QEMU_OPT_BOOL,
},
- { /* end
i
f list */ }
+ { /* end
o
f list */ }
},
};
@@
-452,7
+452,7
@@
QemuOptsList qemu_option_rom_opts = {
.name = "romfile",
.type = QEMU_OPT_STRING,
},
- { /* end
i
f list */ }
+ { /* end
o
f list */ }
},
};