[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 6f2b9a: virtio-input: move properties, use vi
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] 6f2b9a: virtio-input: move properties, use virtio_instance... |
Date: |
Tue, 23 Jun 2015 07:30:07 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 6f2b9a5b24c488d38ace01910c684749ff922e26
https://github.com/qemu/qemu/commit/6f2b9a5b24c488d38ace01910c684749ff922e26
Author: Gerd Hoffmann <address@hidden>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M hw/input/virtio-input.c
M hw/virtio/virtio-pci.c
M include/hw/virtio/virtio-input.h
Log Message:
-----------
virtio-input: move properties, use virtio_instance_init_common
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: Gerd Hoffmann <address@hidden>
Commit: 006a5edebe656114e0e0a6fb24b8aae6401c1cf4
https://github.com/qemu/qemu/commit/006a5edebe656114e0e0a6fb24b8aae6401c1cf4
Author: Gerd Hoffmann <address@hidden>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M hw/input/Makefile.objs
A hw/input/virtio-input-host.c
M hw/virtio/virtio-pci.c
M hw/virtio/virtio-pci.h
M include/hw/virtio/virtio-input.h
Log Message:
-----------
virtio-input: evdev passthrough
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: Gerd Hoffmann <address@hidden>
Commit: a5d4d7b580f42c47d240a2068c810e4147147f6e
https://github.com/qemu/qemu/commit/a5d4d7b580f42c47d240a2068c810e4147147f6e
Author: Gerd Hoffmann <address@hidden>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M MAINTAINERS
Log Message:
-----------
Add MAINTAINERS entry for virtio-input
Signed-off-by: Gerd Hoffmann <address@hidden>
Commit: 6966b2a07190004e18ede33ce50a65009b36f3a6
https://github.com/qemu/qemu/commit/6966b2a07190004e18ede33ce50a65009b36f3a6
Author: Peter Maydell <address@hidden>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M MAINTAINERS
M hw/input/Makefile.objs
A hw/input/virtio-input-host.c
M hw/input/virtio-input.c
M hw/virtio/virtio-pci.c
M hw/virtio/virtio-pci.h
M include/hw/virtio/virtio-input.h
Log Message:
-----------
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150623-1' into
staging
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) <address@hidden>"
# gpg: aka "Gerd Hoffmann <address@hidden>"
# gpg: aka "Gerd Hoffmann (private) <address@hidden>"
* 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: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/a3206972a9ea...6966b2a07190
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] 6f2b9a: virtio-input: move properties, use virtio_instance...,
GitHub <=