summaryrefslogtreecommitdiffstats
path: root/hw/arm/omap2.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Fix duplicated wordsThomas Huth2022-08-011-1/+1
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-4/+4
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-8/+8
* omap-gpio: remove PROP_PTRMarc-André Lureau2020-01-071-6/+7
* omap-i2c: remove PROP_PTRMarc-André Lureau2020-01-071-4/+4
* omap-intc: remove PROP_PTRMarc-André Lureau2020-01-071-2/+2
* hw/arm/omap2: Create the RAM in the boardPhilippe Mathieu-Daudé2019-10-221-8/+5Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-1/+1
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-1/+1
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/arm: Don't fail qtest due to missing SD card in -nodefaults modeThomas Huth2018-05-041-4/+4
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-5/+5
* hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-1/+2
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-6/+6
* hw/arm/omap2.c: Don't use old_mmioPeter Maydell2017-09-211-12/+37
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-2/+2
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-5/+6
* char: remaining switch to CharBackend in frontendMarc-André Lureau2016-10-241-5/+6
* char: remove init callbackMarc-André Lureau2016-10-241-1/+1
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-3/+5
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* 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-10/+5Star
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-081-3/+3
* omap: Fix warnings from SparseStefan Weil2015-03-191-4/+8
* 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-1/+1
* hw/arm/omap*: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-4/+4