summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* 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
* | i.MX: Add i.MX7 GPT variantAndrey Smirnov2018-02-091-0/+25
|/
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+1Star
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-222-6/+6
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-164-4/+4
* hpet: recover timer offset correctlyPavel Dovgalyuk2018-01-121-2/+28
* hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask()Philippe Mathieu-Daudé2018-01-111-2/+15
* sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland2018-01-091-1/+0Star
* hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-182-2/+0Star
* migration: pre_save return intDr. David Alan Gilbert2017-09-276-6/+18
* msf2: Add Smartfusion2 System timerSubbaraya Sundeep2017-09-212-0/+290
* hw/timer/omap_gptimer: Don't use old_mmioPeter Maydell2017-09-211-12/+37
* hw/timer/omap_synctimer.c: Don't use old_mmioPeter Maydell2017-09-211-14/+21
* i8254: use QEMU_ALIGN_DOWNMarc-André Lureau2017-08-311-2/+2
* mc146818rtc: implement UIP latching as intendedPaolo Bonzini2017-08-011-6/+9
* mc146818rtc: simplify check_update_timerPaolo Bonzini2017-08-011-13/+11Star
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-10/+10
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* hw/char/cmsdk-apb-timer: Implement CMSDK APB timer devicePeter Maydell2017-07-173-0/+259
* timer/aspeed: fix timer enablement when a reload is not setCédric Le Goater2017-06-131-8/+29
* hw/timer/exynos4210_mct: Remove unused definesKrzysztof Kozlowski2017-06-131-3/+0Star
* hw/timer/exynos4210_mct: Cleanup indentation and empty new linesKrzysztof Kozlowski2017-06-131-25/+20Star
* hw/timer/exynos4210_mct: Fix checkpatch style errorsKrzysztof Kozlowski2017-06-131-2/+2
* qtest: add rtc periodic timer testXiao Guangrong2017-06-061-12/+3Star
* mc146818rtc: embrace all x86 specific codeXiao Guangrong2017-06-061-29/+31
* mc146818rtc: drop unnecessary '#ifdef TARGET_I386'Xiao Guangrong2017-06-061-13/+3Star
* mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386Xiao Guangrong2017-06-061-2/+2
* mc146818rtc: precisely count the clock for periodic timerTai Yunfang2017-06-061-23/+97
* mc146818rtc: update periodic timer only if it is neededXiao Guangrong2017-06-061-2/+16
* altera_timer: fix incorrect memsetPaolo Bonzini2017-06-041-1/+1
* hw/timer: QOM'ify slavio_timerxiaoqiang zhao2017-06-021-7/+5Star
* hw/timer: QOM'ify m48txx_sysbusxiaoqiang zhao2017-06-021-19/+19
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-234-6/+6
* hpet: Remove user_creatable flagEduardo Habkost2017-05-171-5/+0Star
* sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost2017-05-171-0/+5
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-172-2/+2
* hw/arm/exynos: Convert fprintf to qemu_log_mask/error_reportKrzysztof Kozlowski2017-04-203-17/+21
* armv7m: Split systick out from NVICPeter Maydell2017-02-283-0/+247
* ARM i.MX timers: fix reset handlingKurban Mallachiev2017-02-281-8/+25
* hw/mips_gictimer: provide API for retrieving frequencyPaul Burton2017-02-211-0/+5
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-1/+1
* Split ISA and sysbus versions of m48t59 deviceDavid Gibson2017-02-064-210/+284
* replay: don't use rtc clock on loadvm phasePavel Dovgalyuk2017-01-271-4/+11
* Merge remote-tracking branch 'remotes/rth/tags/pull-nios-20170124' into stagingPeter Maydell2017-01-252-0/+238
|\