summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé2018-10-242-10/+7Star
* trace-events: Fix copy/paste typoPhilippe Mathieu-Daudé2018-10-241-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-231-2/+1Star
|\
| * error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-2/+1Star
* | target-i386: add rtc 0x70 port as coalesced_pioPeng Hao2018-10-191-0/+9
|/
* aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater2018-09-251-1/+0Star
* hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statementsPeter Maydell2018-09-251-0/+2
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-1/+1
* hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer modulePeter Maydell2018-08-243-0/+521
* hw/timer/mc146818rtc: Fix introspection problemThomas Huth2018-08-231-9/+3Star
* hw/timer/mc146818rtc: White space clean-upThomas Huth2018-08-231-4/+4
* fix "Missing break in switch" coverity reportsPaolo Bonzini2018-08-231-0/+1
* hw/timer/m48t59: Move away from old_mmio accessorsPeter Maydell2018-08-201-48/+11Star
* hw/timer/cmsdk-apb-timer: run or stop timer on writes to RELOAD and VALUEPeter Maydell2018-07-091-0/+16
* hw/timer/cmsdk-apb-timer: Correctly identify and set one-shot modeGuenter Roeck2018-07-091-1/+1