Sign in
qemu-android
/
qemu-android
/
41b9dc407ed4157b7e5b2caab871ff22d51a549b
/
hw
/
input
bb2b175
android: Add goldfish_events virtual device.
by David 'Digit' Turner
· 9 years ago
e723b87
trace-events: fix first line comment in trace-events
by Laurent Vivier
· 9 years ago
0137a55
virtio-input: free config list
by Marc-André Lureau
· 9 years ago
428d2ed
virtio-input: Wrap in vmstate
by Dr. David Alan Gilbert
· 9 years ago
c80276b
input: add trace events for full queues
by Gerd Hoffmann
· 9 years ago
3115b9e
pckbd: handle A20 IRQ as GPIO
by Efimov Vasily
· 9 years ago
d1d5119
trace: split out trace events for hw/input/ directory
by Daniel P. Berrange
· 9 years ago
03dd024
hw: explicitly include qemu/log.h
by Paolo Bonzini
· 9 years ago
b065e27
virtio-input: support absolute axis config in pass-through
by Ladi Prosek
· 9 years ago
0263b3a
virtio-input: fix emulated tablet axis ranges
by Ladi Prosek
· 9 years ago
2d73837
virtio-input: add live migration support
by Gerd Hoffmann
· 9 years ago
1a78262
virtio-input: implement pass-through evdev writes
by Ladi Prosek
· 9 years ago
848c4d4
virtio-input: retrieve EV_LED host config bits
by Ladi Prosek
· 9 years ago
27a7bbc
virtio-input: add missing key mappings
by Ladi Prosek
· 9 years ago
089adaf
ps2kbd: default to scancode_set 2, as with KBD_CMD_RESET
by Hervé Poussineau
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
b5a1b44
ui: Shorten references into InputEvent
by Eric Blake
· 9 years ago
f22d0af
qapi: rename input buttons
by Gerd Hoffmann
· 9 years ago
216c906
cuda: port SET_DEVICE_LIST command to new framework
by Hervé Poussineau
· 9 years ago
91dbeed
Adds keycode 86 to the hid_usage_keys translation table.
by Daniel Serpell
· 9 years ago
51b19eb
virtio: move allocation to virtqueue_pop/vring_pop
by Paolo Bonzini
· 9 years ago
0430891
hw: Clean up includes
by Peter Maydell
· 9 years ago
17b7f2d
arm devices: Clean up includes
by Peter Maydell
· 9 years ago
9b8bfe2
virtio: Clean up includes
by Peter Maydell
· 9 years ago
8ef94f0
arm: Clean up includes
by Peter Maydell
· 9 years ago
ea99dde
lm32: Clean up includes
by Peter Maydell
· 9 years ago
d20a580
qapi: Change munging of CamelCase enum values
by Eric Blake
· 9 years ago
7fb1cf1
qapi: Don't let implicit enum MAX member collide
by Eric Blake
· 9 years ago
a6c6d82
hw/input/tsc210x: Remove superfluous memset
by Thomas Huth
· 9 years ago
568c73a
input: Convert to new qapi union layout
by Eric Blake
· 9 years ago
32f3a89
adb: add to input category
by Laurent Vivier
· 9 years ago
d9460a7
virtio-input: ignore events until the guest driver is ready
by Gerd Hoffmann
· 9 years ago
c6047e9
virtio-input: Fix device introspection on non-Linux hosts
by Markus Armbruster
· 9 years ago
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 10 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 10 years ago
b45c03f
arm: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
9d5b731
virtio: get_features() can fail
by Jason Wang
· 10 years ago
562f937
hid: clarify hid_keyboard_process_keycode
by Paolo Bonzini
· 10 years ago
e2f6bac
virtio-input: move sys/ioctl.h include
by Gerd Hoffmann
· 10 years ago
2a19b22
virtio-input: fix segfault in virtio_input_hid_properties
by Lin Ma
· 10 years ago
5cce173
virtio-input: add input routing support
by Gerd Hoffmann
· 10 years ago
006a5ed
virtio-input: evdev passthrough
by Gerd Hoffmann
· 11 years ago
6f2b9a5
virtio-input: move properties, use virtio_instance_init_common
by Gerd Hoffmann
· 10 years ago
5cd8cad
migration: Use normal VMStateDescriptions for Subsections
by Juan Quintela
· 10 years ago
019a3ed
virtio: make features 64bit wide
by Gerd Hoffmann
· 10 years ago
55a1d80
virtio-input: emulated devices [device]
by Gerd Hoffmann
· 11 years ago
f73ddba
virtio-input: core code & base class [device]
by Gerd Hoffmann
· 11 years ago
e5dffaa
adb.c: include ADBDevice parent state in KBDState and MouseState
by Mark Cave-Ayland
· 10 years ago
5edab03
Add trace to ps2.c.
by Don Koch
· 10 years ago
e720677
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
by Paolo Bonzini
· 10 years ago
0ee4de5
hw/input/hid.c Fix capslock hid code
by Dinar Valeev
· 10 years ago
ba4d260
hid: handle full ptr queues in post_load
by Gerd Hoffmann
· 10 years ago
a4ba200
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
d13c040
pckbd: set bits 2-3-6-7 of the output port by default
by Paolo Bonzini
· 10 years ago
857ccca
milkymist: softmmu: fix event handling
by Michael Walle
· 10 years ago
f59492b
hw/input/tsc210x.c: Delete unused array tsc2101_rates
by Peter Maydell
· 10 years ago
a28fe7e
pckbd: adding new fields to vmstate
by Pavel Dovgalyuk
· 11 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 11 years ago
c5539cb
Fix debug print warning
by Gonglei
· 11 years ago
35e83d1
input: fix jumpy mouse cursor with USB mouse emulation
by Christian Burger
· 11 years ago
5d831be
Fix new typos (found by codespell)
by Stefan Weil
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
029ad4b
hw/misc/milkymist-softusb: Remove unused softusb_{read, write}_pmem()
by Peter Maydell
· 11 years ago
8b84286
input: switch hid mouse and tablet to the new input layer api.
by Gerd Hoffmann
· 11 years ago
1ff5eed
input: switch hid keyboard to new input layer api.
by Gerd Hoffmann
· 11 years ago
2a766d2
input: switch ps/2 mouse to new input api
by Gerd Hoffmann
· 11 years ago
66e6536
input: switch ps/2 kbd to new input api
by Gerd Hoffmann
· 11 years ago
2858ab0
ps2: set ps/2 output buffer size as the same as kernel
by Gonglei
· 11 years ago
895527e
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' into staging
by Peter Maydell
· 11 years ago
35d0845
savevm: Remove all the unneeded version_minimum_id_old (rest)
by Juan Quintela
· 11 years ago
8f1e884
savevm: Remove all the unneeded version_minimum_id_old (arm)
by Juan Quintela
· 11 years ago
5193be3
tsc210x: fix buffer overrun on invalid state load
by Michael S. Tsirkin
· 11 years ago
f1b7e0e
pckbd: return 'keyboard enabled' on read input port command
by Hervé Poussineau
· 11 years ago
933069e
lm832x: QOM'ify
by Andreas Färber
· 11 years ago
c06f13c
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging
by Anthony Liguori
· 11 years ago
52975c3
pxa27x: Add 'const' attribute to keyboard maps
by Stefan Weil
· 11 years ago
f3b1764
isa: Clean up use of cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
efec3dd
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
40daca5
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
by Alex Bligh
· 12 years ago
e93379b
aio / timers: Rename qemu_timer_* functions
by Alex Bligh
· 12 years ago
3e5dd36
pl050: QOM'ify pl050_keyboard and pl050_mouse
by Andreas Färber
· 12 years ago
e607f25
pl050: Rename pl050_state to PL050State
by Andreas Färber
· 12 years ago
2a052f6
milkymist-softusb: QOM cast cleanup
by Andreas Färber
· 12 years ago
1437c94
hw/i*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
db895a1
isa: Use realizefn for ISADevice
by Andreas Färber
· 12 years ago
e3b7fbe
vmmouse: QOM'ify
by Andreas Färber
· 12 years ago
a2e0b86
pckbd: QOM'ify
by Andreas Färber
· 12 years ago
5a37532
input: introduce keyboard handler list
by Gerd Hoffmann
· 12 years ago
bd2be15
arm: fix location of some include files
by Peter Maydell
· 12 years ago
3bd8845
hw: move timer devices to hw/timer/, configure with default-configs/
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
1fd6bb4
hw: make subdirectories for devices
by Paolo Bonzini
· 12 years ago