summaryrefslogtreecommitdiff
path: root/src/cpu/cpu_x86.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-4/+4
* cpu_conf: Pass policy to CPU feature filtering callbacksJiri Denemark2019-11-121-0/+2
* cpu_x86: Introduce virCPUx86FeatureFilter*MSRJiri Denemark2019-06-201-0/+6
* cpu: Introduce virCPUDataAddFeatureJiri Denemark2019-06-201-3/+0
* src/cpu: use #pragma once in headersJonathon Jongsma2019-06-131-6/+3
* cpu_x86: Rename virCPUx86DataAddCPUIDJiri Denemark2019-04-121-2/+2
* cpu_x86: Introduce virCPUx86DataItem container structJiri Denemark2019-04-121-1/+1
* cpu_x86: Add virCPUx86DataGetSignature for testsJiri Denemark2019-03-051-0/+5
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-3/+0
* qemu: Parse CPU stepping from query-cpu-model-expansionJiri Denemark2017-10-171-1/+2
* cpu_x86: Introduce virCPUx86DataAddFeatureJiri Denemark2017-02-241-0/+3
* cpu_x86: Introduce virCPUx86DataSetVendorJiri Denemark2017-02-241-0/+3
* cpu_x86: Introduce virCPUx86DataSetSignatureJiri Denemark2017-02-241-0/+4
* cpu_x86: Make virCPUx86DataAddCPUID work with virCPUDataPtrJiri Denemark2017-02-241-1/+1
* cpu_x86: Make virCPUx86DataClear staticJiri Denemark2017-02-241-2/+0
* cpu_x86: Drop virCPUx86MakeData and use virCPUDataNewJiri Denemark2017-02-241-3/+0
* cpu_x86: Avoid unnecessary pointers to virCPUx86DataJiri Denemark2016-06-091-2/+2
* cpu: Export few x86-specific APIsJiri Denemark2013-11-041-0/+9
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* build: consistently indent preprocessor directivesEric Blake2010-03-091-2/+2
* Adds CPU selection infrastructureJiri Denemark2009-12-181-0/+31