summary refs log tree commit diff stats
path: root/hw/arm/sbsa-ref.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM propertyPeter Maydell2024-04-301-0/+1
* hw/arm/sbsa-ref: Force CPU generic timer to 62.5MHzPeter Maydell2024-04-301-0/+15
* hw/arm/sbsa-ref: Simplify init since PCIe is always enabledMarcin Juszkiewicz2024-02-271-3/+2
* hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan2024-02-271-1/+1
* hw/arm/sbsa-ref: Do not open-code ahci_ide_create_devs()Philippe Mathieu-Daudé2024-02-271-10/+1
* hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'Philippe Mathieu-Daudé2024-02-151-0/+1
* hw/arm/sbsa-ref: use pci_init_nic_devices()David Woodhouse2024-02-021-3/+1
* target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* target/arm: Rename arm_cpu_mp_affinityRichard Henderson2024-01-261-1/+1
* hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()Gavin Shan2024-01-051-26/+10
* hw/arm/sbsa-ref: Use qdev_prop_set_array()Kevin Wolf2023-11-101-2/+5
* target/arm: Implement Neoverse N2 CPU modelPeter Maydell2023-10-271-0/+1
* hw/arm/sbsa-ref: use bsa.h for PPI definitionsLeif Lindholm2023-10-191-12/+9
* sbsa-ref: add non-secure EL2 virtual timerMarcin Juszkiewicz2023-09-211-0/+2
* hw/arm/sbsa-ref: set 'slots' property of xhciYuquan Wang2023-07-171-0/+1
* hw: Simplify calls to pci_nic_init_nofail()Thomas Huth2023-07-081-7/+1
* target/arm: Define neoverse-v1Peter Maydell2023-07-061-0/+1
* hw/arm/sbsa-ref: use XHCI to replace EHCIYuquan Wang2023-07-041-10/+13
* hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' headerPhilippe Mathieu-Daudé2023-06-281-0/+1
* hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé2023-06-281-0/+1
* hw/arm: Validate cluster and NUMA node boundaryGavin Shan2023-06-261-0/+2
* hw/arm/sbsa-ref: add ITS support in SBSA GICShashi Mallela2023-06-231-3/+30
* hw/arm/sbsa-ref: add GIC node into DTMarcin Juszkiewicz2023-05-301-1/+18
* hw/arm: Use MachineClass->default_nic in the sbsa-ref machineThomas Huth2023-05-261-1/+3
* sbsa-ref: use Bochs graphics card instead of VGAMarcin Juszkiewicz2023-05-181-1/+1
* sbsa-ref: switch default cpu core to Neoverse-N1Marcin Juszkiewicz2023-05-181-1/+1
* hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé2023-02-271-1/+1
* sbsa-ref: remove cortex-a76 from list of supported cpusMarcin Juszkiewicz2023-02-031-1/+0
* hw/arm: Use TYPE_ARM_SMMUV3Richard Henderson2023-02-031-1/+2
* hw/arm: add versioning to sbsa-ref machine DTLeif Lindholm2022-05-091-0/+14
* target/arm: Define neoverse-n1Richard Henderson2022-05-091-0/+1
* target/arm: Define cortex-a76Richard Henderson2022-05-091-0/+1
* hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell2022-02-081-1/+0
* hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell2021-12-151-1/+0
* hw/arm/sbsa-ref: Fixed cpu type error message typo.Shuuichirou Ishii2021-10-201-1/+1
* sbsa-ref: Rename SBSA_GWDT enum valueEduardo Habkost2021-08-251-3/+3
* hw/arm/boot: Report error if there is no fw_cfg device in the machinePeter Maydell2021-08-021-7/+0
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* sbsa-ref: add 'max' to list of allowed cpusMarcin Juszkiewicz2021-03-051-0/+1
* sbsa-ref: remove cortex-a53 from list of supported cpusMarcin Juszkiewicz2021-03-051-1/+0
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* arm: remove bios_namePaolo Bonzini2020-12-101-0/+2
* sbsa-ref: allow to use Cortex-A53/57/72 cpusMarcin Juszkiewicz2020-12-101-3/+20
* hw/arm/sbsa-ref: add SBSA watchdog deviceShashi Mallela2020-10-271-0/+23
* hw/arm/sbsa-ref : allocate IRQs for SMMUv3Graeme Gregory2020-10-081-0/+1
* hw/arm/sbsa-ref : Fix SMMUv3 InitialisationGraeme Gregory2020-10-081-1/+1
* move MemMapEntryGerd Hoffmann2020-09-301-5/+0
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1