summaryrefslogtreecommitdiff
path: root/src/cpu/cpu_x86.c
Commit message (Expand)AuthorAgeFilesLines
* cpu_x86: Check vendor earlyJiri Denemark2016-05-161-11/+16
* cpu_x86: Don't ignore parsing errors in x86ModelLoadJiri Denemark2016-05-161-19/+16
* cpu_x86: Don't ignore parsing errors in x86FeatureLoadJiri Denemark2016-05-161-20/+17
* cpu_x86: Don't ignore parsing errors in x86VendorLoadJiri Denemark2016-05-161-13/+10
* cpu_x86: Simplify insertions into a linked listJiri Denemark2016-05-161-25/+8
* cpu_x86: Remove comparisons to NULLJiri Denemark2016-05-161-33/+33
* cpu_x86: Use for loop in x86DecodeJiri Denemark2016-05-161-7/+3
* cpu_x86: Rename cleanup labelsJiri Denemark2016-05-161-12/+12
* cpu_x86: Compare CPU candidates in a separate functionJiri Denemark2016-05-161-22/+43
* cpu_x86: Rename struct virCPUx86DataIteratorJiri Denemark2016-05-161-10/+12
* cpu_x86: Rename enum compare_resultJiri Denemark2016-05-161-7/+7
* cpu_x86: Rename struct x86_mapJiri Denemark2016-05-161-32/+34
* cpu_x86: Rename struct x86_modelJiri Denemark2016-05-161-35/+37
* cpu_x86: Rename struct x86_kvm_featureJiri Denemark2016-05-161-2/+4
* cpu_x86: Rename struct x86_featureJiri Denemark2016-05-161-27/+29
* cpu_x86: Rename struct x86_vendorJiri Denemark2016-05-161-14/+16
* cpuGetModels: Fix memory leak on errorJiri Denemark2016-05-161-1/+3
* qemu_process: add check for hyperv featuresPavel Hrdina2016-03-301-0/+8
* cpu: Move check for NULL CPU model inside the driverAndrea Bolognani2015-08-211-0/+6
* Fix typo incomaptible -> incompatibleAndrea Bolognani2015-06-301-2/+2
* cpu: Honor vendor_id override in host-modelJiri Denemark2015-04-301-0/+6
* Implement VIR_CONNECT_BASELINE_CPU_MIGRATABLE in the x86 cpu driverJán Tomko2015-03-021-1/+20
* cpu: fix possible crash in getModelsPavel Hrdina2014-12-031-5/+12
* cpu-driver: Fix the cross driver function callDaniel Hansel2014-12-021-0/+33
* maint: avoid static zero init in helpersEric Blake2014-10-291-1/+1
* Also filter out non-migratable features out of host-passthroughJán Tomko2014-09-301-8/+6
* Fix leak in x86UpdateHostModelJán Tomko2014-09-181-1/+3
* Don't include non-migratable features in host-modelJán Tomko2014-09-051-5/+60
* maint: use consistent if-else braces in conf and friendsEric Blake2014-09-041-9/+9
* cpu_x86: Resolve Coverity RESOURCE_LEAKJohn Ferlan2014-08-281-5/+10
* Use virBufferCheckError everywhere we report OOM errorJán Tomko2014-07-031-4/+1
* cpuCompare*: Add support for reporting failure on incompatible CPUsJiri Denemark2014-06-261-2/+18
* cpu: use typedefs for enums in "src/cpu/cpu_map.h"Julio Faracco2014-06-021-1/+1
* conf: use typedefs for enums in "src/conf/cpu_conf.h"Julio Faracco2014-05-051-2/+2
* Indent top-level labels by one space in src/cpu/Ján Tomko2014-03-251-25/+25
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* cpu: Try to use source CPU model in virConnectBaselineCPUJiri Denemark2014-01-281-1/+16
* cpu: Fix VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURESJiri Denemark2014-01-281-34/+50
* cpu: x86: Add internal CPUID features support and KVM feature bitsPeter Krempa2013-11-081-0/+64
* cpu_x86: Refactor storage of CPUID data to add support for KVM featuresPeter Krempa2013-11-081-136/+77
* cpu: x86: Parse the CPU feature map only oncePeter Krempa2013-11-041-27/+40
* cpu: Export few x86-specific APIsJiri Denemark2013-11-041-3/+3
* cpu: x86: Clean up error messages in x86VendorLoad()Peter Krempa2013-10-151-3/+4
* cpu: x86: Use whitespace to clarify context and use consistent labelsPeter Krempa2013-10-151-5/+6
* cpu: x86: Fix function header formatting and whitespacePeter Krempa2013-10-151-2/+7
* cpu: x86: Fix return types of x86cpuidMatch and x86cpuidMatchMaskedPeter Krempa2013-10-151-2/+2
* cpu: x86: Rename data_iterator and DATA_ITERATOR_INITPeter Krempa2013-10-151-9/+9
* cpu: x86: Rename x86DataAddCpuid as virCPUx86DataAddCPUIDJiri Denemark2013-10-151-6/+6
* cpu: x86: Rename x86MakeCPUData as virCPUx86MakeDataJiri Denemark2013-10-151-10/+10
* cpu: x86: Rename x86DataFree() as virCPUx86DataFree()Jiri Denemark2013-10-151-17/+17