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