summary refs log tree commit diff stats
path: root/hw/input/tsc210x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/input: Constify VMStateRichard Henderson2023-12-291-1/+1
* audio: propagate Error * out of audio_initMartin Kletzander2023-10-031-1/+1
* hw/arm: Support machine-default audiodev with fallbackMartin Kletzander2023-10-031-0/+5
* hw/input/tsc210x: Extract common init code into new functionMartin Kletzander2023-09-221-44/+24
* hw/input: Clean up includesMarkus Armbruster2023-02-081-1/+0
* hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo argPhilippe Mathieu-Daudé2023-01-051-2/+1
* hw/input/tsc210x: Don't abort on bad SPI word widthsPeter Maydell2022-03-021-2/+6
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-2/+2
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-1/+1
* hw/input/tsc210x: Fix building with no verbosityPhilippe Mathieu-Daudé2019-02-061-12/+6
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-2/+2
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* vmstateify tsc210xDr. David Alan Gilbert2016-10-041-123/+104
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-1/+2
* arm devices: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/input/tsc210x: Remove superfluous memsetThomas Huth2015-11-061-6/+2
* hw/input/tsc210x.c: Delete unused array tsc2101_ratesPeter Maydell2014-09-291-30/+0
* tsc210x: fix buffer overrun on invalid state loadMichael S. Tsirkin2014-05-051-0/+12
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-13/+13
* aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-221-2/+2
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-1/+1
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-0/+1293