On 26.10.2014 12:05, Prerna Saxena wrote:
>From 74993aa5eab2cc59e71d038b6f6d3fdb4d0956e1 Mon Sep 17 00:00:00 2001
From: "Pradipta Kr. Banerjee" <bpradip(a)in.ibm.com>
Date: Tue, 7 Oct 2014 10:33:44 +0530
This adds support for PowerPC Little Endian architecture.,
and allows libvirt to spawn VMs based on 'ppc64le' architecture.
Signed-off-by: Pradipta Kr. Banerjee <bpradip(a)in.ibm.com>
Signed-off-by: Prerna Saxena <prerna(a)linux.vnet.ibm.com>
---
src/cpu/cpu_powerpc.c | 2 +-
src/qemu/qemu_capabilities.c | 6 +++---
src/qemu/qemu_command.c | 22 +++++++++++-----------
src/qemu/qemu_domain.c | 1 +
src/util/virarch.h | 3 +++
5 files changed, 19 insertions(+), 15 deletions(-)
There's one more occurrence in virDomainVideoDefaultType that should be
fixed too. Well, I'm under impression that PPC64 and PPC64LE share the
same default video device. Other than that the patch looks good.
Michal