From nobody Wed Apr 24 12:56:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1487664030449594.3382953868377; Tue, 21 Feb 2017 00:00:30 -0800 (PST) Received: from localhost ([::1]:42818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cg5N5-00020O-TC for importer@patchew.org; Tue, 21 Feb 2017 03:00:27 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cg5Kh-0000mm-B5 for qemu-devel@nongnu.org; Tue, 21 Feb 2017 02:58:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cg5Kg-0002Lw-Je for qemu-devel@nongnu.org; Tue, 21 Feb 2017 02:57:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40204) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cg5Kg-0002KI-Do for qemu-devel@nongnu.org; Tue, 21 Feb 2017 02:57:58 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7DC3A42BA3 for ; Tue, 21 Feb 2017 07:57:58 +0000 (UTC) Received: from nilsson.home.kraxel.org (ovpn-116-47.ams2.redhat.com [10.36.116.47]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1L7vvWZ032280; Tue, 21 Feb 2017 02:57:58 -0500 Received: by nilsson.home.kraxel.org (Postfix, from userid 500) id 5887C817C8; Tue, 21 Feb 2017 08:57:56 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Tue, 21 Feb 2017 08:57:51 +0100 Message-Id: <1487663871-11859-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 21 Feb 2017 07:57:58 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] spice: set merge-lists X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 --- 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) =20 static QemuOptsList qemu_spice_opts =3D { .name =3D "spice", + .merge_lists =3D true, .head =3D QTAILQ_HEAD_INITIALIZER(qemu_spice_opts.head), .desc =3D { { --=20 1.8.3.1