]> Git Repo - qemu.git/commit
softmmu: initialize spice and audio earlier
authorGerd Hoffmann <[email protected]>
Thu, 2 Jul 2020 13:25:19 +0000 (15:25 +0200)
committerGerd Hoffmann <[email protected]>
Mon, 6 Jul 2020 15:01:11 +0000 (17:01 +0200)
commitdea1fb887c37f163891fb18313403a07752948d8
treea64b5f965ce9296d61c6db7b85197b1d803e41cc
parent8859f0727927d830174dd7a94d871b9fe348452b
softmmu: initialize spice and audio earlier

audiodev must be initialized before machine_set_property
so the machine can have audiodev property aliases.

spice must initialize before audiodev because the default
audiodev is spice only in case spice is actually enabled.

Signed-off-by: Gerd Hoffmann <[email protected]>
Message-id: 20200702132525[email protected]
softmmu/vl.c
This page took 0.024764 seconds and 4 git commands to generate.