aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu: Add cpu flags supported by newest qemuPeter Krempa2011-12-091-0/+27
* Add PPC cpu driver.Prerna Saxena2011-11-303-0/+115
* snapshot: simplify indentation of cpu featuresEric Blake2011-10-201-1/+1
* xml: Clean up rest of virtual XML document names for XML stringsPeter Krempa2011-09-141-2/+2
* maint: simplify lots of libxml2 clientsEric Blake2011-08-191-15/+3
* libvirt,logging: cleanup VIR_XXX0()Lai Jiangshan2011-05-111-2/+2
* maint: rename virBufferVSprintf to virBufferAsprintfEric Blake2011-05-051-1/+1
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-171-1/+1
* hash: make virHashFree more free-likeEric Blake2011-02-211-5/+5
* cpu: Add support for Westmere CPU modelJiri Denemark2011-01-141-0/+9
* cpu: plug memory leakEric Blake2011-01-101-1/+2
* cpu: Unify CPUID data structuresJiri Denemark2010-12-142-321/+259
* cpu: Add support for overriding path to CPU map XML fileJiri Denemark2010-12-012-2/+22
* maint: use gnulib configmake rather than open-coding thingsEric Blake2010-11-171-2/+2
* cpu: Use vendor in baseline CPU only if all hosts use itJiri Denemark2010-10-141-4/+12
* cpu: Fix vendor for recent CPU modelsJiri Denemark2010-10-142-8/+15
* Enable support for nested SVMDaniel P. Berrange2010-10-133-0/+64
* cpu: Remove redundant featuresJiri Denemark2010-10-121-84/+0
* Fix valgrind complaints when using kill -SIGHUP on libvirtdStefan Berger2010-08-121-0/+6
* cpuCompare: Fix crash on unexpected CPU XMLJiri Denemark2010-07-121-0/+6
* cpuCompare: Fix comparison of two host CPUsJiri Denemark2010-07-121-6/+7
* cpu: Add new models from qemu's target-x86_64.confJiri Denemark2010-07-071-0/+283
* cpu: Add support for CPU vendorJiri Denemark2010-07-076-32/+352
* cpuBaseline: Detect empty set of common featuresJiri Denemark2010-07-071-0/+26
* cpuBaseline: Don't mess with the CPU returned by arch driverJiri Denemark2010-07-072-11/+3
* Add support for SSE4.1 and SSE4.2 CPU featuresJiri Denemark2010-05-181-0/+6
* x86ModelHasFeature: avoid NULL-dereference for unmatched CPU "feature"Jim Meyering2010-05-171-1/+1
* Use configured CPU model if possibleJiri Denemark2010-04-223-7/+18
* Support removing features when converting data to CPUJiri Denemark2010-04-221-19/+52
* Fix CPU comparison for x86 archJiri Denemark2010-04-071-2/+2
* Cleanup x86Compute()Jiri Denemark2010-04-071-29/+17
* cpuUpdate() for updating guest CPU according to host CPUJiri Denemark2010-03-264-17/+176
* Add entry point logging for cpu functionsJiri Denemark2010-03-251-2/+44
* Fix error reporting when parsing CPU XML stringsJiri Denemark2010-03-231-4/+7
* build: consistently indent preprocessor directivesEric Blake2010-03-096-19/+19
* build: consistently use C99 varargs macrosEric Blake2010-03-081-3/+3
* x86Decode: avoid NULL-dereference upon questionable inputJim Meyering2010-03-021-1/+1
* Implement cpuArchBaseline in x86 CPU driverJiri Denemark2010-02-121-1/+86
* Implement cpuArchBaseline in generic CPU driverJiri Denemark2010-02-121-2/+101
* Functions for computing baseline CPU from a set of host CPUsJiri Denemark2010-02-124-4/+146
* Swap position of nmodels and models parameters in cpuDecode()Jiri Denemark2010-02-113-9/+9
* Remove virConnectPtr from CPU XML APIsDaniel P. Berrange2010-02-104-66/+51
* Remove conn parameter from virXPath* functionsMatthias Bolte2010-02-092-12/+12
* Remove conn parameter from virReportOOMErrorMatthias Bolte2010-02-094-12/+12
* Move models/nmodels mismatch checking one level upJiri Denemark2010-02-012-3/+6
* cpu_x86.c: avoid NULL-deref for invalid argumentsJim Meyering2010-01-271-1/+4
* Add debug messages for CPU incompatibilityJiri Denemark2010-01-191-1/+7
* Take disabled/forced CPU features into accountJiri Denemark2010-01-191-0/+3
* cpu_x86_data.h: include required headerJim Meyering2010-01-181-1/+3
* Use closest CPU model when decoding from CPUIDJiri Denemark2010-01-181-44/+78