Age | Commit message (Expand) | Author |
2024-02-27 | hw/arm/sbsa-ref: Simplify init since PCIe is always enabled | Marcin Juszkiewicz |
2024-02-27 | hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/ | BALATON Zoltan |
2024-02-27 | hw/arm/sbsa-ref: Do not open-code ahci_ide_create_devs() | Philippe Mathieu-Daudé |
2024-02-15 | hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h' | Philippe Mathieu-Daudé |
2024-02-02 | hw/arm/sbsa-ref: use pci_init_nic_devices() | David Woodhouse |
2024-01-26 | target/arm: Move GTimer definitions to new 'gtimer.h' header | Philippe Mathieu-Daudé |
2024-01-26 | target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header | Philippe Mathieu-Daudé |
2024-01-26 | target/arm: Rename arm_cpu_mp_affinity | Richard Henderson |
2024-01-05 | hw/arm/sbsa-ref: Check CPU type in machine_run_board_init() | Gavin Shan |
2023-11-10 | hw/arm/sbsa-ref: Use qdev_prop_set_array() | Kevin Wolf |
2023-10-27 | target/arm: Implement Neoverse N2 CPU model | Peter Maydell |
2023-10-19 | hw/arm/sbsa-ref: use bsa.h for PPI definitions | Leif Lindholm |
2023-09-21 | sbsa-ref: add non-secure EL2 virtual timer | Marcin Juszkiewicz |
2023-07-17 | hw/arm/sbsa-ref: set 'slots' property of xhci | Yuquan Wang |
2023-07-08 | hw: Simplify calls to pci_nic_init_nofail() | Thomas Huth |
2023-07-06 | target/arm: Define neoverse-v1 | Peter Maydell |
2023-07-04 | hw/arm/sbsa-ref: use XHCI to replace EHCI | Yuquan Wang |
2023-06-28 | hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' header | Philippe Mathieu-Daudé |
2023-06-28 | hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpers | Philippe Mathieu-Daudé |
2023-06-26 | hw/arm: Validate cluster and NUMA node boundary | Gavin Shan |
2023-06-23 | hw/arm/sbsa-ref: add ITS support in SBSA GIC | Shashi Mallela |
2023-05-30 | hw/arm/sbsa-ref: add GIC node into DT | Marcin Juszkiewicz |
2023-05-26 | hw/arm: Use MachineClass->default_nic in the sbsa-ref machine | Thomas Huth |
2023-05-18 | sbsa-ref: use Bochs graphics card instead of VGA | Marcin Juszkiewicz |
2023-05-18 | sbsa-ref: switch default cpu core to Neoverse-N1 | Marcin Juszkiewicz |
2023-02-27 | hw/ide: Rename ide_create_drive() -> ide_bus_create_drive() | Philippe Mathieu-Daudé |
2023-02-03 | sbsa-ref: remove cortex-a76 from list of supported cpus | Marcin Juszkiewicz |
2023-02-03 | hw/arm: Use TYPE_ARM_SMMUV3 | Richard Henderson |
2022-05-09 | hw/arm: add versioning to sbsa-ref machine DT | Leif Lindholm |
2022-05-09 | target/arm: Define neoverse-n1 | Richard Henderson |
2022-05-09 | target/arm: Define cortex-a76 | Richard Henderson |
2022-02-08 | hw/arm/boot: Drop nb_cpus field from arm_boot_info | Peter Maydell |
2021-12-15 | hw/arm: Don't include qemu-common.h unnecessarily | Peter Maydell |
2021-10-20 | hw/arm/sbsa-ref: Fixed cpu type error message typo. | Shuuichirou Ishii |
2021-08-25 | sbsa-ref: Rename SBSA_GWDT enum value | Eduardo Habkost |
2021-08-02 | hw/arm/boot: Report error if there is no fw_cfg device in the machine | Peter Maydell |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-03-05 | sbsa-ref: add 'max' to list of allowed cpus | Marcin Juszkiewicz |
2021-03-05 | sbsa-ref: remove cortex-a53 from list of supported cpus | Marcin Juszkiewicz |
2020-12-10 | vl: extract softmmu/datadir.c | Paolo Bonzini |
2020-12-10 | arm: remove bios_name | Paolo Bonzini |
2020-12-10 | sbsa-ref: allow to use Cortex-A53/57/72 cpus | Marcin Juszkiewicz |
2020-10-27 | hw/arm/sbsa-ref: add SBSA watchdog device | Shashi Mallela |
2020-10-08 | hw/arm/sbsa-ref : allocate IRQs for SMMUv3 | Graeme Gregory |
2020-10-08 | hw/arm/sbsa-ref : Fix SMMUv3 Initialisation | Graeme Gregory |
2020-09-30 | move MemMapEntry | Gerd Hoffmann |
2020-09-22 | qom: simplify object_find_property / object_class_find_property | Daniel P. Berrangé |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |