aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-24hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé2-10/+7
2018-10-24trace-events: Fix copy/paste typoPhilippe Mathieu-Daudé1-1/+1
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-2/+1
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-2/+1
2018-10-19target-i386: add rtc 0x70 port as coalesced_pioPeng Hao1-0/+9
2018-09-25aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater1-1/+0
2018-09-25hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statementsPeter Maydell1-0/+2
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-1/+1
2018-08-24hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer modulePeter Maydell3-0/+521
2018-08-23hw/timer/mc146818rtc: Fix introspection problemThomas Huth1-9/+3
2018-08-23hw/timer/mc146818rtc: White space clean-upThomas Huth1-4/+4
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini1-0/+1
2018-08-20hw/timer/m48t59: Move away from old_mmio accessorsPeter Maydell1-48/+11
2018-07-09hw/timer/cmsdk-apb-timer: run or stop timer on writes to RELOAD and VALUEPeter Maydell1-0/+16
2018-07-09hw/timer/cmsdk-apb-timer: Correctly identify and set one-shot modeGuenter Roeck1-1/+1