index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
input
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
ads7846: moves from the hw/display folder to the hw/input folder.
Gan Qixin
2020-12-13
3
-0
/
+190
*
hw/input/ps2.c: Remove remnants of printf debug
Peter Maydell
2020-11-17
1
-9
/
+0
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
3
-9
/
+3
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
2
-8
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
5
-14
/
+10
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
5
-13
/
+24
*
adb: Correct class size on TYPE_ADB_DEVICE
David Gibson
2020-09-08
1
-0
/
+1
*
hw: Remove superfluous breaks
Liao Pingfang
2020-09-01
1
-10
/
+0
*
pckbd: Move QOM macro to header
Eduardo Habkost
2020-08-27
1
-2
/
+0
*
meson: convert hw/input
Marc-André Lureau
2020-08-21
2
-18
/
+18
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-0
/
+1
*
hw/input/virtio-input-hid.c: Don't undef CONFIG_CURSES
Peter Maydell
2020-07-24
1
-1
/
+0
*
adb: add ADB bus trace events
Mark Cave-Ayland
2020-06-26
2
-1
/
+27
*
adb: use adb_device prefix for ADB device trace events
Mark Cave-Ayland
2020-06-26
3
-22
/
+22
*
adb: only call autopoll callbacks when autopoll is not blocked
Mark Cave-Ayland
2020-06-26
1
-2
/
+5
*
adb: add autopoll_blocked variable to block autopoll
Mark Cave-Ayland
2020-06-26
1
-0
/
+21
*
adb: use adb_request() only for explicit requests
Mark Cave-Ayland
2020-06-26
1
-2
/
+8
*
adb: add status field for holding information about the last ADB request
Mark Cave-Ayland
2020-06-26
1
-3
/
+11
*
adb: keep track of devices with pending data
Mark Cave-Ayland
2020-06-26
1
-1
/
+15
*
adb: introduce new ADBDeviceHasData method to ADBDeviceClass
Mark Cave-Ayland
2020-06-26
2
-0
/
+17
*
adb: create autopoll variables directly within ADBBusState
Mark Cave-Ayland
2020-06-26
1
-0
/
+77
*
adb: introduce realize/unrealize and VMStateDescription for ADB bus
Mark Cave-Ayland
2020-06-26
1
-0
/
+32
*
adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaround
Mark Cave-Ayland
2020-06-26
3
-41
/
+40
*
adb: coding style update to fix checkpatch errors
Mark Cave-Ayland
2020-06-26
1
-4
/
+5
*
acpi: move aml builder code for i8042 (kbd+mouse) device
Gerd Hoffmann
2020-06-24
1
-0
/
+31
*
hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
2020-06-05
1
-3
/
+7
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
3
-9
/
+4
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-1
/
+1
*
hw/input/adb-kbd: Remove dead assignment
Philippe Mathieu-Daudé
2020-05-04
1
-5
/
+1
*
hw/input: Do not enable CONFIG_PCKBD by default
Thomas Huth
2020-02-04
1
-1
/
+0
*
hw/*/Makefile.objs: Move many .o files to common-objs
Thomas Huth
2020-02-04
1
-4
/
+4
*
hppa: add emulation of LASI PS2 controllers
Sven Schnelle
2020-01-27
5
-0
/
+305
*
ps2: accept 'Set Key Make and Break' commands
Sven Schnelle
2020-01-27
1
-0
/
+10
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
5
-7
/
+7
*
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2020-01-20
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...
Peter Maydell
2020-01-07
1
-5
/
+3
|
\
|
*
vmmouse: replace PROP_PTR with PROP_LINK
Marc-André Lureau
2020-01-07
1
-5
/
+3
*
|
virtio-input: convert to new virtio_delete_queue
Michael S. Tsirkin
2020-01-05
1
-2
/
+3
|
/
*
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-12-17
1
-1
/
+0
*
virtio-input: fix memory leak on unrealize
Marc-André Lureau
2019-11-25
1
-0
/
+3
*
hw/input/lm832x: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
2019-10-15
1
-7
/
+5
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
2
-2
/
+2
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
6
-4
/
+5
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
7
-7
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
13
-0
/
+14
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
8
-0
/
+9
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
5
-0
/
+7
[next]