]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add PPC cpu driver.
authorPrerna Saxena <prerna@linux.vnet.ibm.com>
Mon, 3 Oct 2011 12:56:20 +0000 (05:56 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 30 Nov 2011 19:38:17 +0000 (12:38 -0700)
commitf9bb67ec6ab4529eda181529c837914eb44ac606
tree8be512682b51fd48e50682a350dc5782bb56ad9c
parent25a5f07c69fb33c00dba0bef974277a6092663a2
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>
AUTHORS
src/Makefile.am
src/cpu/cpu.c
src/cpu/cpu_powerpc.c [new file with mode: 0644]
src/cpu/cpu_powerpc.h [new file with mode: 0644]