qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 0e066b: input-linux: switch over to -object


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 0e066b: input-linux: switch over to -object
Date: Thu, 24 Mar 2016 09:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0e066b2cc50de4b4d5ef3c9b5a39eddc3f98d060
      
https://github.com/qemu/qemu/commit/0e066b2cc50de4b4d5ef3c9b5a39eddc3f98d060
  Author: Gerd Hoffmann <address@hidden>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M qemu-options.hx
    M ui/input-linux.c
    M vl.c

  Log Message:
  -----------
  input-linux: switch over to -object

This patches makes input-linux use -object instead of a new command line
switch.  So, instead of the switch ...

    -input-linux /dev/input/event$nr

... you must create an object this way:

    -object input-linux,id=$name,evdev=/dev/input/event$nr

Bonus is that you can hot-add and hot-remove them via monitor now.

Suggested-by: Paolo Bonzini <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden


  Commit: 81b00c968a86250684b49d528a7841c4abe0b1c9
      
https://github.com/qemu/qemu/commit/81b00c968a86250684b49d528a7841c4abe0b1c9
  Author: Gerd Hoffmann <address@hidden>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M ui/input-linux.c

  Log Message:
  -----------
  input-linux: fix Coverity warning

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 569a93cbbe428bb5c583ae4bf31447eb3acc30fe
      
https://github.com/qemu/qemu/commit/569a93cbbe428bb5c583ae4bf31447eb3acc30fe
  Author: Christophe Fergeau <address@hidden>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M ui/spice-core.c

  Log Message:
  -----------
  spice: Disallow use of gl + TCP port

Currently, virgl support has to go through a local unix socket, trying
to connect to a VM using -spice gl through spice://localhost:5900 will
only result in a black screen.
This commit errors out when the user tries to start a VM with both GL
support and a port/tls-port set.
This would fit better in spice-server, but currently QEMU does not call
into spice-server when parsing 'gl' on its command line, so we have to
do this check in QEMU instead.

Signed-off-by: Christophe Fergeau <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden

[ applied codestyle fix: break long line ]

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: f18f2e7cfcdc31d7f82af15947aae60c4b16e131
      
https://github.com/qemu/qemu/commit/f18f2e7cfcdc31d7f82af15947aae60c4b16e131
  Author: Peter Maydell <address@hidden>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M qemu-options.hx
    M ui/input-linux.c
    M ui/spice-core.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160324-1' into 
staging

input-linux + spice fixes

# gpg: Signature made Thu 24 Mar 2016 07:54:45 GMT using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-ui-20160324-1:
  spice: Disallow use of gl + TCP port
  input-linux: fix Coverity warning
  input-linux: switch over to -object

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/490dda053e33...f18f2e7cfcdc

reply via email to

[Prev in Thread] Current Thread [Next in Thread]