qemu-config: comment spell fix
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
48b3ed0a68
commit
44bd6907de
@ -306,7 +306,7 @@ static QemuOptsList qemu_trace_opts = {
|
|||||||
.name = "file",
|
.name = "file",
|
||||||
.type = QEMU_OPT_STRING,
|
.type = QEMU_OPT_STRING,
|
||||||
},
|
},
|
||||||
{ /* end if list */ }
|
{ /* end of list */ }
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
@ -436,7 +436,7 @@ QemuOptsList qemu_spice_opts = {
|
|||||||
.name = "playback-compression",
|
.name = "playback-compression",
|
||||||
.type = QEMU_OPT_BOOL,
|
.type = QEMU_OPT_BOOL,
|
||||||
},
|
},
|
||||||
{ /* end if list */ }
|
{ /* end of list */ }
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -452,7 +452,7 @@ QemuOptsList qemu_option_rom_opts = {
|
|||||||
.name = "romfile",
|
.name = "romfile",
|
||||||
.type = QEMU_OPT_STRING,
|
.type = QEMU_OPT_STRING,
|
||||||
},
|
},
|
||||||
{ /* end if list */ }
|
{ /* end of list */ }
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user