summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater2019-09-131-1/+2
* aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery2019-09-031-1/+16
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-222-2/+2
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-212-2/+2
* | mc146818rtc: Remove reset notifiersDr. David Alan Gilbert2019-08-201-19/+0Star
|/
* hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/KconfigPhilippe Mathieu-Daudé2019-08-191-3/+0Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-165-3/+5
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-163-3/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-1619-1/+19
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-165-0/+5
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-1617-14/+3Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1631-0/+31
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-1635-0/+36
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-162-0/+2
* pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell2019-07-151-4/+88
* hw/timer/armv7m_systick: Forbid non-privileged accessesPeter Maydell2019-07-041-6/+20
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell2019-07-031-2/+2
|\
| * qapi: Rename target.json to misc-target.jsonMarkus Armbruster2019-07-021-2/+2
* | aspeed/timer: Ensure positive muldiv deltaChristian Svensson2019-07-011-1/+5
* | aspeed/timer: Fix match calculationsAndrew Jeffery2019-07-011-3/+10
* | aspeed/timer: Status register contains reload for stopped timerAndrew Jeffery2019-07-011-1/+5
* | aspeed/timer: Fix behaviour running LinuxJoel Stanley2019-07-011-28/+31
* | hw: timer: Add ASPEED RTC deviceJoel Stanley2019-07-013-1/+185
|/
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-127-0/+7
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1238-7/+44
* grlib, gptimer: get rid of the old-style create functionKONRAD Frederic2019-05-171-2/+2
* Normalize header guard symbol definition.Markus Armbruster2019-05-131-1/+2
* hpet: Report warnings with warn_report(), not error_printf()Markus Armbruster2019-04-171-1/+1
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-2/+2
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-12/+12
* i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong2019-03-071-0/+1
* ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+6
* i2c: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+3
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+53
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-283-3/+3
* hw/timer/pl031: Convert to using trace eventsPeter Maydell2019-02-212-25/+36
* hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell2019-02-211-24/+1Star
* qapi: move RTC_CHANGE to the target schemaMarc-André Lureau2019-02-181-1/+1
* qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau2019-02-181-1/+1
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0Star
* hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz2019-01-073-0/+399
* qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-1/+1
* timer/puv3_ost: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-7/+6Star
* timer/grlib_gptimer: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-6/+5Star
* timer/etraxfs_timer: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-7/+7
* hw/timer/sun4v-rtc: Fix tracing at sun4v_rtc_write()Eduardo Habkost2018-12-111-1/+1
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-2/+2
* hw/arm/stm32f205: Fix the UART and Timer region sizeSeth Kintigh2018-11-191-1/+1
* hw/timer/sun4v-rtc: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé2018-10-241-5/+5