libvirt/src/cpu
Prerna Saxena f9bb67ec6a Add PPC cpu driver.
To add support for running libvirt on PowerPC, a CPU driver for the
PowerPC platform must be added.
Most generic cpu driver routines such as CPU compare, decode, etc
are based on CPUID comparison and are not relevant for non-x86
platforms.
Here, we introduce stubs for relevant PowerPC routines invoked by libvirt.

Signed-off-by: Prerna Saxena <prerna@linux.vnet.ibm.com>
Signed-off-by: Anton Blanchard <anton@au.ibm.com>
2011-11-30 12:38:17 -07:00
..
cpu_generic.c hash: make virHashFree more free-like 2011-02-21 08:27:02 -07:00
cpu_generic.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
cpu_map.c maint: rename virBufferVSprintf to virBufferAsprintf 2011-05-05 13:47:40 -06:00
cpu_map.h cpu: Add support for overriding path to CPU map XML file 2010-12-01 14:12:54 +01:00
cpu_map.xml cpu: Add support for Westmere CPU model 2011-01-14 17:28:42 +01:00
cpu_powerpc.c Add PPC cpu driver. 2011-11-30 12:38:17 -07:00
cpu_powerpc.h Add PPC cpu driver. 2011-11-30 12:38:17 -07:00
cpu_x86_data.h cpu: Unify CPUID data structures 2010-12-14 11:12:58 +01:00
cpu_x86.c libvirt,logging: cleanup VIR_XXX0() 2011-05-11 12:41:14 -06:00
cpu_x86.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
cpu.c Add PPC cpu driver. 2011-11-30 12:38:17 -07:00
cpu.h Remove virConnectPtr from virRaiseErrorFull 2011-04-17 07:22:23 +02:00