index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
input
/
tsc210x.c
Age
Commit message (
Expand
)
Author
2023-12-29
hw/input: Constify VMState
Richard Henderson
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
2023-10-03
hw/arm: Support machine-default audiodev with fallback
Martin Kletzander
2023-09-22
hw/input/tsc210x: Extract common init code into new function
Martin Kletzander
2023-02-08
hw/input: Clean up includes
Markus Armbruster
2023-01-05
hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg
Philippe Mathieu-Daudé
2022-03-02
hw/input/tsc210x: Don't abort on bad SPI word widths
Peter Maydell
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-04-29
hw/devices: Move TI touchscreen declarations into a new header
Philippe Mathieu-Daudé
2019-03-11
audio: use qapi AudioFormat instead of audfmt_e
Kővágó, Zoltán
2019-02-06
hw/input/tsc210x: Fix building with no verbosity
Philippe Mathieu-Daudé
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2016-10-04
vmstateify tsc210x
Dr. David Alan Gilbert
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-01-29
arm devices: Clean up includes
Peter Maydell
2015-11-06
hw/input/tsc210x: Remove superfluous memset
Thomas Huth
2014-09-29
hw/input/tsc210x.c: Delete unused array tsc2101_rates
Peter Maydell
2014-05-05
tsc210x: fix buffer overrun on invalid state load
Michael S. Tsirkin
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
Alex Bligh
2013-08-22
aio / timers: Rename qemu_timer_* functions
Alex Bligh
2013-04-15
arm: fix location of some include files
Peter Maydell
2013-04-08
hw: move timer devices to hw/timer/, configure with default-configs/
Paolo Bonzini