This way you can use -spice multiple times on the command line and qemu will actually pick up all options.
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- ui/spice-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/spice-core.c b/ui/spice-core.c index 39ccab7..d613f1a 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -412,6 +412,7 @@ static SpiceChannelList *qmp_query_spice_channels(void) static QemuOptsList qemu_spice_opts = { .name = "spice", + .merge_lists = true, .head = QTAILQ_HEAD_INITIALIZER(qemu_spice_opts.head), .desc = { { -- 1.8.3.1