summaryrefslogtreecommitdiff
path: root/hw/arm/omap2.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04hw/arm: Don't fail qtest due to missing SD card in -nodefaults modeThomas Huth1-4/+4
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-5/+5
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-1/+2
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-6/+6
2017-09-21hw/arm/omap2.c: Don't use old_mmioPeter Maydell1-12/+37
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-2/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-5/+6
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-5/+6
2016-10-24char: remove init callbackMarc-André Lureau1-1/+1
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-3/+5
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-10/+5
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller1-3/+3
2015-03-19omap: Fix warnings from SparseStefan Weil1-4/+8
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+4
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-1/+1
2013-08-20hw/arm/omap*: Don't use arm_pic_init_cpu()Peter Maydell1-4/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-8/+8
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-4/+4
2013-03-01arm: move files referencing CPU to hw/arm/Paolo Bonzini1-0/+2684