summaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
2018-04-26timer/aspeed: fix vmstate version idCédric Le Goater1-1/+1
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-2/+2
2018-03-02xlnx-zynqmp-rtc: Add basic time supportAlistair Francis2-0/+61
2018-03-02xlnx-zynqmp-rtc: Initial commitAlistair Francis2-0/+215
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2-1/+2
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-1/+2
2018-02-09i.MX: Add i.MX7 GPT variantAndrey Smirnov1-0/+25
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis2-6/+6
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake4-4/+4
2018-01-12hpet: recover timer offset correctlyPavel Dovgalyuk1-2/+28
2018-01-11hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask()Philippe Mathieu-Daudé1-2/+15
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland1-1/+0
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+1
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2-2/+0
2017-09-27migration: pre_save return intDr. David Alan Gilbert6-6/+18
2017-09-21msf2: Add Smartfusion2 System timerSubbaraya Sundeep2-0/+290
2017-09-21hw/timer/omap_gptimer: Don't use old_mmioPeter Maydell1-12/+37
2017-09-21hw/timer/omap_synctimer.c: Don't use old_mmioPeter Maydell1-14/+21
2017-08-31i8254: use QEMU_ALIGN_DOWNMarc-André Lureau1-2/+2
2017-08-01mc146818rtc: implement UIP latching as intendedPaolo Bonzini1-6/+9
2017-08-01mc146818rtc: simplify check_update_timerPaolo Bonzini1-13/+11
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-10/+10
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-17hw/char/cmsdk-apb-timer: Implement CMSDK APB timer devicePeter Maydell3-0/+259
2017-06-13timer/aspeed: fix timer enablement when a reload is not setCédric Le Goater1-8/+29
2017-06-13hw/timer/exynos4210_mct: Remove unused definesKrzysztof Kozlowski1-3/+0
2017-06-13hw/timer/exynos4210_mct: Cleanup indentation and empty new linesKrzysztof Kozlowski1-25/+20
2017-06-13hw/timer/exynos4210_mct: Fix checkpatch style errorsKrzysztof Kozlowski1-2/+2
2017-06-06qtest: add rtc periodic timer testXiao Guangrong1-12/+3
2017-06-06mc146818rtc: embrace all x86 specific codeXiao Guangrong1-29/+31
2017-06-06mc146818rtc: drop unnecessary '#ifdef TARGET_I386'Xiao Guangrong1-13/+3
2017-06-06mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386Xiao Guangrong1-2/+2
2017-06-06mc146818rtc: precisely count the clock for periodic timerTai Yunfang1-23/+97
2017-06-06mc146818rtc: update periodic timer only if it is neededXiao Guangrong1-2/+16
2017-06-04altera_timer: fix incorrect memsetPaolo Bonzini1-1/+1
2017-06-02hw/timer: QOM'ify slavio_timerxiaoqiang zhao1-7/+5
2017-06-02hw/timer: QOM'ify m48txx_sysbusxiaoqiang zhao1-19/+19
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake4-6/+6
2017-05-17hpet: Remove user_creatable flagEduardo Habkost1-5/+0
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+5
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2-2/+2
2017-04-20hw/arm/exynos: Convert fprintf to qemu_log_mask/error_reportKrzysztof Kozlowski3-17/+21
2017-02-28armv7m: Split systick out from NVICPeter Maydell3-0/+247
2017-02-28ARM i.MX timers: fix reset handlingKurban Mallachiev1-8/+25
2017-02-21hw/mips_gictimer: provide API for retrieving frequencyPaul Burton1-0/+5
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2017-02-06Split ISA and sysbus versions of m48t59 deviceDavid Gibson4-210/+284
2017-01-27replay: don't use rtc clock on loadvm phasePavel Dovgalyuk1-4/+11
2017-01-25Merge remote-tracking branch 'remotes/rth/tags/pull-nios-20170124' into stagingPeter Maydell2-0/+238