projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5324e3e
)
vl: typo fix in a comment
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Mon, 15 Nov 2021 08:00:27 +0000
(12:00 +0400)
committer
Marc-André Lureau
<marcandre.lureau@redhat.com>
Tue, 22 Mar 2022 10:39:06 +0000
(14:39 +0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
softmmu/vl.c
patch
|
blob
|
history
diff --git
a/softmmu/vl.c
b/softmmu/vl.c
index f7d7c9550d7e06bc04212f4ff578a264da5448ea..7e4d55bc1dcc4a85802ffcd74ad309d46a0deec8 100644
(file)
--- a/
softmmu/vl.c
+++ b/
softmmu/vl.c
@@
-1961,7
+1961,7
@@
static void qemu_create_early_backends(void)
object_option_foreach_add(object_create_early);
/* spice needs the timers to be initialized by this point */
- /* spice must initialize before audio as it changes the default auiodev */
+ /* spice must initialize before audio as it changes the default au
d
iodev */
/* spice must initialize before chardevs (for spicevmc and spiceport) */
qemu_spice.init();