aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/realview.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li1-9/+24
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell1-1/+0
2021-12-15hw: Replace trivial drive_get_next() by drive_get()Markus Armbruster1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-1/+1
2020-08-21hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé1-0/+12
2020-08-21hw/sd/pl181: Use named GPIOsPhilippe Mathieu-Daudé1-2/+2
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-1/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-3/+3
2020-06-23hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+2
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-5/+5
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-10/+10
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-4/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2019-04-29hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé1-1/+1
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé1-0/+1
2018-09-25scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland1-1/+2
2018-08-20hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell1-1/+7
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-4/+4
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth1-1/+0
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-20/+5
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+4
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé1-2/+4
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-6/+3
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-3/+3
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster1-1/+1
2017-02-21hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster1-1/+0
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost1-1/+1
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao1-4/+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-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster1-16/+4
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-8/+42
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-31/+29
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-3/+3
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-3/+3
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum1-1/+1
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows1-0/+12
2014-12-11hw/arm/realview.c: Fix memory leak in realview_init()Nikita Belov1-1/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-3/+6
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-22/+22
2014-03-17realview-pbx-a9: Set reset-cbar property for CPUsPeter Maydell1-10/+29
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-2/+2