Age | Commit message (Expand) | Author | Files | Lines |
2022-05-09 | hw/arm: add versioning to sbsa-ref machine DT | Leif Lindholm | 1 | -0/+14 |
2022-05-09 | target/arm: Define neoverse-n1 | Richard Henderson | 1 | -0/+1 |
2022-05-09 | target/arm: Define cortex-a76 | Richard Henderson | 1 | -0/+1 |
2022-02-08 | hw/arm/boot: Drop nb_cpus field from arm_boot_info | Peter Maydell | 1 | -1/+0 |
2021-12-15 | hw/arm: Don't include qemu-common.h unnecessarily | Peter Maydell | 1 | -1/+0 |
2021-10-20 | hw/arm/sbsa-ref: Fixed cpu type error message typo. | Shuuichirou Ishii | 1 | -1/+1 |
2021-08-25 | sbsa-ref: Rename SBSA_GWDT enum value | Eduardo Habkost | 1 | -3/+3 |
2021-08-02 | hw/arm/boot: Report error if there is no fw_cfg device in the machine | Peter Maydell | 1 | -7/+0 |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-03-05 | sbsa-ref: add 'max' to list of allowed cpus | Marcin Juszkiewicz | 1 | -0/+1 |
2021-03-05 | sbsa-ref: remove cortex-a53 from list of supported cpus | Marcin Juszkiewicz | 1 | -1/+0 |
2020-12-10 | vl: extract softmmu/datadir.c | Paolo Bonzini | 1 | -0/+1 |
2020-12-10 | arm: remove bios_name | Paolo Bonzini | 1 | -0/+2 |
2020-12-10 | sbsa-ref: allow to use Cortex-A53/57/72 cpus | Marcin Juszkiewicz | 1 | -3/+20 |
2020-10-27 | hw/arm/sbsa-ref: add SBSA watchdog device | Shashi Mallela | 1 | -0/+23 |
2020-10-08 | hw/arm/sbsa-ref : allocate IRQs for SMMUv3 | Graeme Gregory | 1 | -0/+1 |
2020-10-08 | hw/arm/sbsa-ref : Fix SMMUv3 Initialisation | Graeme Gregory | 1 | -1/+1 |
2020-09-30 | move MemMapEntry | Gerd Hoffmann | 1 | -5/+0 |
2020-09-22 | qom: simplify object_find_property / object_class_find_property | Daniel P. Berrangé | 1 | -1/+1 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -2/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-09-01 | hw/arm/sbsa-ref : Add embedded controller in secure memory | Graeme Gregory | 1 | -0/+14 |
2020-09-01 | hw/arm/sbsa-ref: add "reg" property to DT cpu nodes | Leif Lindholm | 1 | -6/+23 |
2020-08-28 | hw/arm/sbsa-ref: fix typo breaking PCIe IRQs | Graeme Gregory | 1 | -1/+1 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -8/+8 |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 1 | -6/+6 |
2020-06-15 | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 1 | -2/+2 |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 1 | -10/+10 |
2020-05-18 | hw: Use QEMU_IS_ALIGNED() on parallel flash block size | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -3/+2 |
2020-02-28 | hw/arm: Use TYPE_PL011 to create serial port | Gavin Shan | 1 | -1/+2 |
2020-02-19 | arm/sbsa-ref: use memdev for RAM | Igor Mammedov | 1 | -4/+3 |
2019-12-19 | numa: properly check if numa is supported | Igor Mammedov | 1 | -1/+0 |
2019-12-16 | hw/arm/sbsa-ref: Simplify by moving the gic in the machine state | Philippe Mathieu-Daudé | 1 | -44/+42 |
2019-09-03 | numa: move numa global variable numa_info into MachineState | Tao Xu | 1 | -1/+2 |
2019-09-03 | numa: move numa global variable have_numa_distance into MachineState | Tao Xu | 1 | -1/+1 |
2019-09-03 | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu | 1 | -1/+3 |
2019-09-03 | hw/arm: simplify arm_load_dtb | Tao Xu | 1 | -2/+1 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-07-08 | hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULL | Peter Maydell | 1 | -6/+2 |
2019-07-05 | hw/arm: Replace global smp variables with machine smp properties | Like Xu | 1 | -0/+4 |
2019-07-01 | hw/arm: Add arm SBSA reference machine, devices part | Hongbo Zhang | 1 | -0/+535 |
2019-07-01 | hw/arm: Add arm SBSA reference machine, skeleton part | Hongbo Zhang | 1 | -0/+271 |