aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/vexpress.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell1-1/+0
2021-12-15Merge tag 'pull-block-2021-12-15' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson1-3/+3
2021-12-15hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell1-1/+0
2021-12-15hw/arm/versatilepb hw/arm/vexpress: Replace drive_get_next() by drive_get()Markus Armbruster1-3/+3
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2020-12-14vexpress-a15: Register "virtualization" as class propertyEduardo Habkost1-6/+8
2020-12-14vexpress: Register "secure" as class propertyEduardo Habkost1-5/+6
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10arm: remove bios_namePaolo Bonzini1-4/+4
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-2/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-08-21hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé1-0/+11
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-4/+4
2020-06-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell1-2/+1
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-2/+1
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-4/+4
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-8/+8
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+2
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-4/+2
2020-02-19arm/vexpress: use memdev for RAMIgor Mammedov1-9/+5
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-4/+1
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-6/+10
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé1-1/+1
2019-03-11hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster1-2/+2
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster1-4/+4
2018-08-24hw/arm/vexpress: Add "virtualization" property controlling presence of EL2Peter Maydell1-3/+53
2018-08-24hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3Peter Maydell1-2/+2
2018-08-24hw/arm/vexpress: Connect VIRQ and VFIQPeter Maydell1-0/+4
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-4/+4
2018-03-01arm/vexpress: Add proper display connector emulationLinus Walleij1-1/+5
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-4/+4
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-22/+10
2017-09-19General warn report fixupsAlistair Francis1-1/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-2/+2
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-22/+10
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
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: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster1-1/+0
2017-02-10target-arm: Declare virtio-mmio as dma-coherent in dtAlexander Graf1-0/+1
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao1-4/+5