aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+2
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-1/+3
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé1-0/+1
2017-08-02cpu: don't allow negative core idLaurent Vivier1-0/+5
2017-01-27Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth1-0/+8
2016-06-17cpu: Abstract CPU core typeBharata B Rao1-0/+88