aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard3-3/+3
2019-02-21hw/timer/pl031: Convert to using trace eventsPeter Maydell2-25/+36
2019-02-21hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell1-24/+1
2019-02-18qapi: move RTC_CHANGE to the target schemaMarc-André Lureau1-1/+1
2019-02-18qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau1-1/+1
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth1-1/+0
2019-01-07hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz3-0/+399
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-1/+1
2018-12-13timer/puv3_ost: Convert sysbus init function to realize functionMao Zhongyi1-7/+6
2018-12-13timer/grlib_gptimer: Convert sysbus init function to realize functionMao Zhongyi1-6/+5
2018-12-13timer/etraxfs_timer: Convert sysbus init function to realize functionMao Zhongyi1-7/+7
2018-12-11hw/timer/sun4v-rtc: Fix tracing at sun4v_rtc_write()Eduardo Habkost1-1/+1
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-2/+2
2018-11-19hw/arm/stm32f205: Fix the UART and Timer region sizeSeth Kintigh1-1/+1
2018-10-24hw/timer/sun4v-rtc: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé1-5/+5