summaryrefslogtreecommitdiff
path: root/hw/cpu/core.c
AgeCommit message (Expand)Author
2021-04-09cpu/core: Fix "help" of CPU core device typesGreg Kurz
2020-09-22cpu/core: Register core-id and nr-threads as class propertiesEduardo Habkost
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé
2017-08-02cpu: don't allow negative core idLaurent Vivier
2017-01-27Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth
2016-06-17cpu: Abstract CPU core typeBharata B Rao