aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
2019-10-15hw/timer/imx_epit.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+27
2019-10-15hw/timer/exynos4210_rtc.c: Switch main ptimer to transaction-based APIPeter Maydell1-4/+8
2019-10-15hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based APIPeter Maydell1-2/+8
2019-10-15hw/timer/exynos4210_pwm.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+12
2019-10-15hw/timer/exynos4210_mct.c: Switch ltick to transaction-based ptimer APIPeter Maydell1-6/+25
2019-10-15hw/timer/exynos4210_mct.c: Switch LFRC to transaction-based ptimer APIPeter Maydell1-4/+23
2019-10-15hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer APIPeter Maydell1-3/+45
2019-10-15hw/timer/digic-timer.c: Switch to transaction-based ptimer APIPeter Maydell1-2/+14
2019-10-15hw/timer/cmsdk-apb-timer.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+11
2019-10-15hw/timer/cmsdk-apb-dualtimer.c: Switch to transaction-based ptimer APIPeter Maydell1-3/+11
2019-10-15hw/timer/arm_mptimer.c: Switch to transaction-based ptimer APIPeter Maydell1-3/+11
2019-10-15hw/timer/allwinner-a10-pit.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+8
2019-10-15hw/timer/arm_timer.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+11
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell21-30/+31
2019-10-04lm32: do not leak memory on object_new/object_unrefPaolo Bonzini2-8/+8
2019-09-13aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater1-1/+2
2019-09-03aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery1-1/+16
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2-2/+2
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2-2/+2
2019-08-20mc146818rtc: Remove reset notifiersDr. David Alan Gilbert1-19/+0
2019-08-19hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/KconfigPhilippe Mathieu-Daudé1-3/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster5-3/+5
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster3-3/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster19-1/+19
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster5-0/+5
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster17-14/+3
2019-08-16Include migration/vmstate.h lessMarkus Armbruster31-0/+31
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster35-0/+36
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster2-0/+2
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster2-0/+2
2019-07-15pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell1-4/+88
2019-07-04hw/timer/armv7m_systick: Forbid non-privileged accessesPeter Maydell1-6/+20
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell1-2/+2
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster1-2/+2
2019-07-01aspeed/timer: Ensure positive muldiv deltaChristian Svensson1-1/+5
2019-07-01aspeed/timer: Fix match calculationsAndrew Jeffery1-3/+10
2019-07-01aspeed/timer: Status register contains reload for stopped timerAndrew Jeffery1-1/+5
2019-07-01aspeed/timer: Fix behaviour running LinuxJoel Stanley1-28/+31
2019-07-01hw: timer: Add ASPEED RTC deviceJoel Stanley3-1/+185
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster7-0/+7
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster38-7/+44
2019-05-17grlib, gptimer: get rid of the old-style create functionKONRAD Frederic1-2/+2
2019-05-13Normalize header guard symbol definition.Markus Armbruster1-1/+2
2019-04-17hpet: Report warnings with warn_report(), not error_printf()Markus Armbruster1-1/+1
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-2/+2
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-12/+12
2019-03-07i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong1-0/+1
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+6
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini1-0/+3
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+53