aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/sbsa-ref.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu1-1/+2
2019-09-03numa: move numa global variable have_numa_distance into MachineStateTao Xu1-1/+1
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-1/+3
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-2/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-07-08hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell1-6/+2
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-0/+4
2019-07-01hw/arm: Add arm SBSA reference machine, devices partHongbo Zhang1-0/+535
2019-07-01hw/arm: Add arm SBSA reference machine, skeleton partHongbo Zhang1-0/+271