aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/realview.c
AgeCommit message (Expand)Author
2020-08-21hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé
2020-08-21hw/sd/pl181: Use named GPIOsPhilippe Mathieu-Daudé
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-23hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded stringPhilippe Mathieu-Daudé
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2019-09-03hw/arm: simplify arm_load_dtbTao Xu
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-04-29hw/devices: Move SMSC 91C111 declaration into a new headerpull-target-arm-20190429Philippe Mathieu-Daudé
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé
2018-09-25scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland
2018-08-20hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-01-18hw/arm: Clean up includesPeter Maydell
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows
2014-12-11hw/arm/realview.c: Fix memory leak in realview_init()Nikita Belov
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-03-17realview-pbx-a9: Set reset-cbar property for CPUsPeter Maydell
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-20hw/arm/realview: Don't use arm_pic_init_cpu()Peter Maydell
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson