Sign in
qemu
/
qemu
/
f31dddd2fc0a9cd40cdb9203662f75a785220268
/
hw
/
input
/
adb.c
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
84051eb
adb: add property to disable direct reg 3 writes
by Mark Cave-Ayland
· 7 years ago
77cb0f5
Split adb.c into adb.c, adb-mouse.c and adb-kbd.c
by Laurent Vivier
· 7 years ago
d6e3f50
misc: avoid "include/" in include path
by Philippe Mathieu-Daudé
· 7 years ago
912092b
ui: drop altgr and altgr_r QKeyCodes
by Gerd Hoffmann
· 7 years ago
a37eb9f
adb: change handler only when recognized
by Hervé Poussineau
· 8 years ago
f366e72
adb.c: prevent NO_KEY value from going to guest
by John Arbuckle
· 8 years ago
25c01db
adb.c: correct several key assignments
by John Arbuckle
· 8 years ago
5a1f497
adb.c: add support for QKeyCode
by John Arbuckle
· 8 years ago
216c906
cuda: port SET_DEVICE_LIST command to new framework
by Hervé Poussineau
· 9 years ago
0430891
hw: Clean up includes
by Peter Maydell
· 9 years ago
32f3a89
adb: add to input category
by Laurent Vivier
· 9 years ago
e5dffaa
adb.c: include ADBDevice parent state in KBDState and MouseState
by Mark Cave-Ayland
· 10 years ago
35d0845
savevm: Remove all the unneeded version_minimum_id_old (rest)
by Juan Quintela
· 11 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/adb.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
2e4a7c9
adb: QOM'ify ADB devices
by Andreas Färber
· 12 years ago
84ede32
adb: QOM'ify Apple Desktop Bus
by Andreas Färber
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
4344829
ppc: add missing static
by Blue Swirl
· 12 years ago
7a880d9
ppc: move ADB stuff from ppc_mac.h to adb.h
by Laurent Vivier
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
2b2cd59
vmstate: port adb_mouse
by Juan Quintela
· 14 years ago
1f1f060
vmstate: port adb_kbd
by Juan Quintela
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
e439413
PPC: remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
9b64997
VM load/save support for PPC devices
by blueswir1
· 16 years ago
8347969
Fix warning introduced by r6136
by blueswir1
· 16 years ago
6e6b736
Register reset handlers
by blueswir1
· 16 years ago
ea026b2
Improve PPC device debugging
by blueswir1
· 16 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
455204e
Dynamic handling of guest mice, by Lonnie Mendez.
by ths
· 18 years ago
ffcdb53
mouse API change
by bellard
· 19 years ago
3988e89
ADB reset support (Joceylin Mayer)
by bellard
· 20 years ago
bec9d98
fixed register 0 usage - fixed mouse buttons
by bellard
· 20 years ago
e2733d2
ADB fixes
by bellard
· 21 years ago
819e712
cuda fixes
by bellard
· 21 years ago
267002c
CUDA + ADB support
by bellard
· 21 years ago