summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/timer/cmsdk-apb-timer: Correct ptimer policy settingsPeter Maydell2018-07-091-1/+1
* hw/timer: Add basic M41T80 emulationBALATON Zoltan2018-07-032-0/+118
* aspeed/timer: use the APB frequency from the SCUCédric Le Goater2018-06-261-4/+15
* hw/digic: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-2/+2
* hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-7/+4Star
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/timer/mt48t59: Fix bit-rotten NVRAM_PRINTF format stringsThomas Huth2018-05-202-8/+5Star
* timer/aspeed: fix vmstate version idCédric Le Goater2018-04-261-1/+1
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-2/+2
* xlnx-zynqmp-rtc: Add basic time supportAlistair Francis2018-03-022-0/+61
* xlnx-zynqmp-rtc: Initial commitAlistair Francis2018-03-022-0/+215
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-092-1/+2
|\
| * Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-1/+2