summaryrefslogtreecommitdiffstats
path: root/hw/arm/omap1.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-20/+10
* Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-281-4/+2
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-081-3/+4
* omap: Fix warnings from SparseStefan Weil2015-03-191-21/+44
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-1/+3
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+4
* hw: Fix qemu_allocate_irqs() leaksAndreas Färber2014-06-301-7/+7
* hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REGPeter Maydell2014-05-131-2/+2
* hw/arm/omap1.c: Avoid shifting left into sign bitPeter Maydell2014-03-101-10/+14
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-24/+24
* aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh2013-08-221-2/+2
* hw/arm/omap*: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-4/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-26/+26
* Remove unneeded type castsStefan Weil2013-04-191-6/+6
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-3/+3
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-2/+2
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-2/+5
* arm: move files referencing CPU to hw/arm/Paolo Bonzini2013-03-011-0/+4056
OpenPOWER on IntegriCloud