Comment 14 for bug 1396070

Revision history for this message
bugproxy (bugproxy) wrote : Updated patch for Adding LE architecture support to CPU

------- Comment on attachment From <email address hidden> 2014-11-28 10:12 EDT-------

(NOTE: This patch needs to be applied after " maint: use consistent if-else braces in qemu " )

This is updated patch for adding PPC64LE arch support to libvirt CPU driver.
This obsoletes "0003-Cpu-Add-support-for-Power-LE-Architecture.patch"

Upstream commit :
commit da636d83dc6b1d070a705786b4daef8644eaca13
Author: Prerna Saxena <email address hidden>
Date: Tue Nov 4 22:51:26 2014 +0530

    Cpu: Add support for Power LE Architecture.

    This adds support for PowerPC Little Endian architecture.,
    and allows libvirt to spawn VMs based on 'ppc64le' architecture.

    Signed-off-by: Pradipta Kr. Banerjee <email address hidden>
    Signed-off-by: Prerna Saxena <email address hidden>
    Reviewed-by: Michal Privoznik <email address hidden>