Statistics
| Branch: | Revision:

root / hw / timer @ c7bcc85d

Name Size
Makefile.objs 1.3 kB
a9gtimer.c 10.5 kB
allwinner-a10-pit.c 7.5 kB
arm_mptimer.c 8.2 kB
arm_timer.c 10.9 kB
cadence_ttc.c 12.4 kB
digic-timer.c 4.3 kB
ds1338.c 6.2 kB
etraxfs_timer.c 8.9 kB
exynos4210_mct.c 41.8 kB
exynos4210_pwm.c 12.1 kB
exynos4210_rtc.c 16.3 kB
grlib_gptimer.c 11.1 kB
hpet.c 23.9 kB
i8254.c 10.5 kB
i8254_common.c 8.9 kB
imx_epit.c 10 kB
imx_gpt.c 13.9 kB
lm32_timer.c 5.6 kB
m48t59.c 20.7 kB
mc146818rtc.c 27.8 kB
milkymist-sysctl.c 9 kB
omap_gptimer.c 12.9 kB
omap_synctimer.c 2.8 kB
pl031.c 7.2 kB
puv3_ost.c 3.8 kB
pxa2xx_timer.c 16.5 kB
sh_timer.c 8.8 kB
slavio_timer.c 14.2 kB
tusb6010.c 24.6 kB
twl92230.c 24.6 kB
xilinx_timer.c 7 kB

Latest revisions

# Date Author Comment
c7bcc85d 02/14/2014 10:12 pm Paolo Bonzini

qdev: Remove hex8/32/64 property types

Replace them with uint8/32/64.

Reviewed-by: Igor Mammedov <>
Reviewed-by: Eric Blake <>
Signed-off-by: Paolo Bonzini <>
Signed-off-by: Andreas Färber <>

59ab56b9 02/14/2014 05:22 pm Andreas Färber

ds1338: QOM'ify

Replace usages of FROM_I2C_SLAVE() with QOM cast macro.
Rename parent field.

Reviewed-by: Peter Crosthwaite <>
Signed-off-by: Andreas Färber <>

dd37dfa9 02/14/2014 05:22 pm Andreas Färber

twl92230: QOM'ify

Replace usages of FROM_I2C_SLAVE() and direct parent field accesses with
QOM cast macro. Rename parent field.

Add missing braces while at it.

Reviewed-by: Peter Crosthwaite <>
Signed-off-by: Andreas Färber <>

ab1da857 02/11/2014 02:57 pm Edgar E. Iglesias

exec: Make stl_*_phys input an AddressSpace

Reviewed-by: Peter Maydell <>
Signed-off-by: Edgar E. Iglesias <>

f3b17640 12/23/2013 01:27 am Markus Armbruster

isa: Clean up use of cannot_instantiate_with_device_add_yet

Drop it when there's no obvious reason why device_add could not work.
Else keep and document why.

  • isa-fdc: drop
  • i8042: drop, even though its I/O base is hardcoded (because you
    could conceivably still add one to a board that has none), and even...
efec3dd6 12/23/2013 01:27 am Markus Armbruster

qdev: Replace no_user by cannot_instantiate_with_device_add_yet

In an ideal world, machines can be built by wiring devices together
with configuration, not code. Unfortunately, that's not the world we
live in right now. We still have quite a few devices that need to be...

837d3716 12/23/2013 01:27 am Markus Armbruster

sysbus: Set cannot_instantiate_with_device_add_yet

device_add plugs devices into suitable bus. For "real" buses, that
actually connects the device. For sysbus, the connections need to be
made separately, and device_add can't do that. The device would be...

576e99cb 12/17/2013 10:12 pm Antony Pavlov

hw/arm/digic: add timer support

Signed-off-by: Antony Pavlov <>
Reviewed-by: Peter Crosthwaite <>
Message-id:
Signed-off-by: Peter Maydell <>

3589de8c 12/17/2013 10:12 pm liguang

hw/timer: add allwinner a10 timer

Signed-off-by: liguang <>
Reviewed-by: Peter Crosthwaite <>
Message-id:
Signed-off-by: Peter Maydell <>

5d0e2280 12/13/2013 09:10 pm Anthony Liguori

Merge remote-tracking branch 'mst/tags/for_anthony' into staging

acpi.pci,pc,memory core fixes

Most notably this includes changes to exec to support
full 64 bit addresses.

This also flushes out patches that got queued during 1.7 freeze.
There are new tests, and a bunch of bug fixes all over the place....

View revisions

Also available in: Atom