aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-09cpu/core: Fix "help" of CPU core device typesGreg Kurz1-2/+8
2020-09-22cpu/core: Register core-id and nr-threads as class propertiesEduardo Habkost1-4/+4
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-6/+2
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-4/+2
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