From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj084-0005hC-PD for qemu-devel@nongnu.org; Thu, 24 Mar 2016 03:56:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aj07z-0002b1-VX for qemu-devel@nongnu.org; Thu, 24 Mar 2016 03:56:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj07z-0002ap-Pg for qemu-devel@nongnu.org; Thu, 24 Mar 2016 03:56:23 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 2D2583B724 for ; Thu, 24 Mar 2016 07:56:23 +0000 (UTC) From: Gerd Hoffmann Date: Thu, 24 Mar 2016 08:56:15 +0100 Message-Id: <1458806178-31096-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v2 0/3] ui: input-linux + spice fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the ui patch queue, with input-linux and spice fixes. Most notably this changes the input-linux command line as it is switched over to -object instead of adding a new switch. Dropped cocoa patches in v2 as Peter has picked them up. please pull, Gerd The following changes since commit 2538039f2c26d66053426fb547e4f25e669baf= 62: Merge remote-tracking branch 'remotes/armbru/tags/pull-ivshmem-2016-03-= 18' into staging (2016-03-23 12:57:44 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20160324-1 for you to fetch changes up to 569a93cbbe428bb5c583ae4bf31447eb3acc30fe: spice: Disallow use of gl + TCP port (2016-03-24 08:04:01 +0100) ---------------------------------------------------------------- input-linux + spice fixes ---------------------------------------------------------------- Christophe Fergeau (1): spice: Disallow use of gl + TCP port Gerd Hoffmann (2): input-linux: switch over to -object input-linux: fix Coverity warning qemu-options.hx | 9 --- ui/input-linux.c | 165 +++++++++++++++++++++++++++++++++++++++++++------= ------ ui/spice-core.c | 5 ++ vl.c | 10 ---- 4 files changed, 135 insertions(+), 54 deletions(-)