Statistics
| Branch: | Revision:

root / hw / input @ 52190422

Name Size
Makefile.objs 459 Bytes
adb.c 15 kB
hid.c 14.1 kB
lm832x.c 14.7 kB
milkymist-softusb.c 9 kB
pckbd.c 16.2 kB
pl050.c 5.1 kB
ps2.c 20.4 kB
pxa2xx_keypad.c 9.6 kB
stellaris_input.c 2.3 kB
tsc2005.c 15.2 kB
tsc210x.c 33.9 kB
vmmouse.c 7.8 kB

Latest revisions

# Date Author Comment
40daca54 08/22/2013 08:14 pm Alex Bligh

aio / timers: Rearrange timer.h & make legacy functions call non-legacy

Rearrange timer.h so it is in order by function type.

Make legacy functions call non-legacy functions rather than vice-versa.

Convert cpus.c to use new API.

Signed-off-by: Alex Bligh <>...

bc72ad67 08/22/2013 08:14 pm Alex Bligh

aio / timers: Switch entire codebase to the new timer API

This is an autogenerated patch using scripts/switch-timer-api.

Switch the entire code base to using the new timer API.

Note this patch may introduce some line length issues.

Signed-off-by: Alex Bligh <>...

e93379b0 08/22/2013 04:58 pm Alex Bligh

aio / timers: Rename qemu_timer_* functions

Rename four functions in preparation for new API.

Rename qemu_timer_expired to timer_expired
Rename qemu_timer_expire_time_ns to timer_expire_time_ns
Rename qemu_timer_pending to timer_pending
Rename qemu_timer_expired_ns to timer_expired_ns...

2a052f6b 07/29/2013 10:06 pm Andreas Färber

milkymist-softusb: QOM cast cleanup

Signed-off-by: Andreas Färber <>

e607f25a 07/29/2013 10:06 pm Andreas Färber

pl050: Rename pl050_state to PL050State

Signed-off-by: Andreas Färber <>

3e5dd364 07/29/2013 10:06 pm Andreas Färber

pl050: QOM'ify pl050_keyboard and pl050_mouse

Introduce an abstract type pl050 and let pl050_keyboar and pl050_mouse
inherit from it, using different instance_init functions.
Introduce a type constant and use QOM casts.

Signed-off-by: Andreas Färber <>

1437c94b 07/04/2013 06:42 pm Paolo Bonzini

hw/i*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

db895a1e 06/07/2013 01:14 pm Andreas Färber

isa: Use realizefn for ISADevice

Drop ISADeviceClass::init and the resulting no-op initfn and let
children implement their own realizefn. Adapt error handling.
Split off an instance_init where sensible.

Signed-off-by: Andreas Färber <>

e3b7fbea 04/29/2013 04:27 pm Andreas Färber

vmmouse: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST() and
container_of(). Prepares for ISA realizefn.

Remove reserved underscore from struct name while at it.

Signed-off-by: Andreas Färber <>
Signed-off-by: Andreas Färber <>...

View revisions

Also available in: Atom