aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/sbsa-ref.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-09hw/arm: add versioning to sbsa-ref machine DTLeif Lindholm1-0/+14
2022-05-09target/arm: Define neoverse-n1Richard Henderson1-0/+1
2022-05-09target/arm: Define cortex-a76Richard Henderson1-0/+1
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell1-1/+0
2021-12-15hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell1-1/+0
2021-10-20hw/arm/sbsa-ref: Fixed cpu type error message typo.Shuuichirou Ishii1-1/+1
2021-08-25sbsa-ref: Rename SBSA_GWDT enum valueEduardo Habkost1-3/+3
2021-08-02hw/arm/boot: Report error if there is no fw_cfg device in the machinePeter Maydell1-7/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-05sbsa-ref: add 'max' to list of allowed cpusMarcin Juszkiewicz1-0/+1
2021-03-05sbsa-ref: remove cortex-a53 from list of supported cpusMarcin Juszkiewicz1-1/+0
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10arm: remove bios_namePaolo Bonzini1-0/+2
2020-12-10sbsa-ref: allow to use Cortex-A53/57/72 cpusMarcin Juszkiewicz1-3/+20
2020-10-27hw/arm/sbsa-ref: add SBSA watchdog deviceShashi Mallela1-0/+23
2020-10-08hw/arm/sbsa-ref : allocate IRQs for SMMUv3Graeme Gregory1-0/+1
2020-10-08hw/arm/sbsa-ref : Fix SMMUv3 InitialisationGraeme Gregory1-1/+1
2020-09-30move MemMapEntryGerd Hoffmann1-5/+0
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-09-01hw/arm/sbsa-ref : Add embedded controller in secure memoryGraeme Gregory1-0/+14
2020-09-01hw/arm/sbsa-ref: add "reg" property to DT cpu nodesLeif Lindholm1-6/+23
2020-08-28hw/arm/sbsa-ref: fix typo breaking PCIe IRQsGraeme Gregory1-1/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-8/+8
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-6/+6
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-10/+10
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-3/+2
2020-02-28hw/arm: Use TYPE_PL011 to create serial portGavin Shan1-1/+2
2020-02-19arm/sbsa-ref: use memdev for RAMIgor Mammedov1-4/+3
2019-12-19numa: properly check if numa is supportedIgor Mammedov1-1/+0
2019-12-16hw/arm/sbsa-ref: Simplify by moving the gic in the machine statePhilippe Mathieu-Daudé1-44/+42
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu1-1/+2
2019-09-03numa: move numa global variable have_numa_distance into MachineStateTao Xu1-1/+1
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-1/+3
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-2/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-07-08hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell1-6/+2
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-0/+4
2019-07-01hw/arm: Add arm SBSA reference machine, devices partHongbo Zhang1-0/+535
2019-07-01hw/arm: Add arm SBSA reference machine, skeleton partHongbo Zhang1-0/+271