aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/sbsa-ref.c
AgeCommit message (Expand)Author
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