aboutsummaryrefslogtreecommitdiffstats
path: root/hw/arm/realview.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/display/pl110: Pass frame buffer memory region as link propertyPhilippe Mathieu-Daudé2024-02-261-0/+2
* hw/arm: Inline sysbus_create_simple(PL110 / PL111)Philippe Mathieu-Daudé2024-02-261-1/+4
* hw/net/lan9118: use qemu_configure_nic_device()David Woodhouse2024-02-021-4/+2
* hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse2024-02-021-15/+10
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachablePhilippe Mathieu-Daudé2023-10-271-1/+1
* hw/arm: Support machine-default audiodev with fallbackMartin Kletzander2023-10-031-0/+12
* hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2CPhilippe Mathieu-Daudé2023-01-231-1/+1
* hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li2022-04-211-9/+24
* hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell2022-02-081-1/+0
* hw: Replace trivial drive_get_next() by drive_get()Markus Armbruster2021-12-151-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
* hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-211-0/+12
* hw/sd/pl181: Use named GPIOsPhilippe Mathieu-Daudé2020-08-211-2/+2
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
* 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/+1
* 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/+0
* 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/+0
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-20/+5
* 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/+3
* 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/+0
* 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/+4
* 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/+29
* 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