summaryrefslogtreecommitdiffstats
path: root/hw/arm/realview.c
Commit message (Expand)AuthorAgeFilesLines
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-3/+3
* hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded stringPhilippe Mathieu-Daudé2020-06-231-1/+2
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-5/+5
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-10/+10
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-4/+1Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/arm: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-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
* hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-0/+1
* scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland2018-09-251-1/+2
* hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell2018-08-201-1/+7
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-4/+4
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-1/+0Star
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-20/+5Star
* hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+4
* hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé2017-09-041-2/+4
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-6/+3Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-3/+3
* hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2017-02-211-1/+1
* hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster2017-02-211-1/+0Star
* vl: Eliminate usb_enabled()Eduardo Habkost2016-06-131-1/+1
* hw/char: QOM'ify pl011 modelxiaoqiang zhao2016-06-061-4/+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
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-1/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2016-01-131-16/+4Star
* Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber2015-09-191-8/+42
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-31/+29Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-3/+3
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-3/+3
* hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-081-1/+1
* target-arm: Disable EL3 on unsupported machinesGreg Bellows2014-12-231-0/+12
* hw/arm/realview.c: Fix memory leak in realview_init()Nikita Belov2014-12-111-1/+2
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-3/+6
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-22/+22
* realview-pbx-a9: Set reset-cbar property for CPUsPeter Maydell2014-03-171-10/+29
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-2/+2
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-4/+0Star
* hw/arm/realview: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-3/+1Star
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-2/+4
|\
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-071-2/+4
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
|/
* versatile_pci: Expose PCI memory space to systemPeter Maydell2013-04-191-0/+3
* arm/realview: Fix mapping of PCI regionsPeter Maydell2013-04-191-9/+9