summaryrefslogtreecommitdiffstats
path: root/hw/cpu/core.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/core: Register core-id and nr-threads as class propertiesEduardo Habkost2020-09-221-4/+4
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-6/+2Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-4/+2Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-051-1/+3
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé2017-12-181-0/+1
* cpu: don't allow negative core idLaurent Vivier2017-08-021-0/+5
* Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth2017-01-271-0/+8
* cpu: Abstract CPU core typeBharata B Rao2016-06-171-0/+88