aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/vexpress.c
AgeCommit message (Expand)Author
2020-12-14vexpress-a15: Register "virtualization" as class propertyEduardo Habkost
2020-12-14vexpress: Register "secure" as class propertyEduardo Habkost
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10arm: remove bios_namePaolo Bonzini
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
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-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus 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
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-02-19arm/vexpress: use memdev for RAMIgor Mammedov
2019-09-03hw/arm: simplify arm_load_dtbTao Xu
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé
2019-03-11hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster
2018-08-24hw/arm/vexpress: Add "virtualization" property controlling presence of EL2Peter Maydell
2018-08-24hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3Peter Maydell
2018-08-24hw/arm/vexpress: Connect VIRQ and VFIQPeter Maydell
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-03-01arm/vexpress: Add proper display connector emulationLinus Walleij
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
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: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster
2017-02-10target-arm: Declare virtio-mmio as dma-coherent in dtAlexander Graf
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-02-19device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger
2016-01-18hw/arm: Clean up includesPeter Maydell