mbox

[PULL,v2,0/3] ui: input-linux + spice fixes

Message ID 1458806178-31096-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-ui-20160324-1

Message

Gerd Hoffmann March 24, 2016, 7:56 a.m. UTC
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 2538039f2c26d66053426fb547e4f25e669baf62:

  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(-)

Comments

Peter Maydell March 24, 2016, 4:23 p.m. UTC | #1
On 24 March 2016 at 07:56, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   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 2538039f2c26d66053426fb547e4f25e669baf62:
>
>   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

Applied, thanks.

-- PMM