aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/omap1.c
AgeCommit message (Expand)Author
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-18hw/arm: Clean up includesPeter Maydell
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller
2015-03-19omap: Fix warnings from SparseStefan Weil
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber
2014-05-13hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REGPeter Maydell
2014-03-10hw/arm/omap1.c: Avoid shifting left into sign bitPeter Maydell
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh
2013-08-20hw/arm/omap*: Don't use arm_pic_init_cpu()Peter Maydell
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-19Remove unneeded type castsStefan Weil
2013-04-15arm: fix location of some include filesPeter Maydell
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-01arm: move files referencing CPU to hw/arm/Paolo Bonzini