Skip to content
Snippets Groups Projects
  1. Jun 23, 2015
    • Alex Bennée's avatar
      configure: append --extra-ldflags to LDFLAGS · a4969e90
      Alex Bennée authored
      
      The help text says --extra-ldflags is appended to LDFLAGS so make it so.
      
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
      a4969e90
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150623-1' into staging · 6966b2a0
      Peter Maydell authored
      
      virtio-input: property fixes, add evdev passthrough
      
      # gpg: Signature made Tue Jun 23 09:33:29 2015 BST using RSA key ID D3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/kraxel/tags/pull-input-20150623-1:
        Add MAINTAINERS entry for virtio-input
        virtio-input: evdev passthrough
        virtio-input: move properties, use virtio_instance_init_common
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      6966b2a0
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-22' into staging · a3206972
      Peter Maydell authored
      
      Monitor patches
      
      # gpg: Signature made Mon Jun 22 18:56:18 2015 BST using RSA key ID EB918653
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>"
      
      * remotes/armbru/tags/pull-monitor-2015-06-22: (24 commits)
        Include monitor/monitor.h exactly where needed
        Include qapi/qmp/qerror.h exactly where needed
        qerror: Move #include out of qerror.h
        qerror: Finally unused, clean up
        qmp: Wean off qerror_report()
        tpm: Avoid qerror_report() outside QMP command handlers
        qerror: Clean up QERR_ macros to expand into a single string
        qerror: Eliminate QERR_DEVICE_NOT_FOUND
        vl: Use error_report() for --display errors
        vl: Avoid qerror_report() outside QMP command handlers
        QemuOpts: Wean off qerror_report_err()
        qdev-monitor: Propagate errors through qdev_device_add()
        qdev-monitor: Propagate errors through set_property()
        qdev-monitor: Convert qbus_find() to Error
        qdev-monitor: Fix check for full bus
        qdev-monitor: Stop error avalanche in qbus_find_recursive()
        disas: Remove uses of CPU env
        monitor: Split mon_get_cpu fn to remove ENV_GET_CPU
        monitor: Fix failure path for "S" argument
        monitor: Point to "help" command on syntax error
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      a3206972
    • Gerd Hoffmann's avatar
      Add MAINTAINERS entry for virtio-input · a5d4d7b5
      Gerd Hoffmann authored
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      a5d4d7b5
    • Gerd Hoffmann's avatar
      virtio-input: evdev passthrough · 006a5ede
      Gerd Hoffmann authored
      
      This allows to assign host input devices to the guest:
      
      qemu -device virtio-input-host-pci,evdev=/dev/input/event<nr>
      
      The guest gets exclusive access to the input device, so be careful
      with assigning the keyboard if you have only one connected to your
      machine.
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      006a5ede
    • Gerd Hoffmann's avatar
      virtio-input: move properties, use virtio_instance_init_common · 6f2b9a5b
      Gerd Hoffmann authored
      
      Move properties from virtio-*-pci to virtio-*-device.
      Also make better use of QOM and attach common properties
      to the abstract parent classes (virtio-input-device and
      virtio-input-pci-device).
      
      Switch the hid device instance init functions over to use
      virtio_instance_init_common, so we get the properties of the
      virtio device aliased properly to the virtio pci proxy.
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      6f2b9a5b
  2. Jun 22, 2015
  3. Jun 21, 2015
Loading