From: Cédric Le Goater Date: Thu, 20 Nov 2014 23:45:59 +0000 (+0100) Subject: KVM: PPC: Book3S HV: ptes are big endian X-Git-Tag: omap-for-v3.20/drop-legacy-3517~40^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffada016fb22fbbb9849d3cc5ec72ca8f0377681;p=pandora-kernel.git KVM: PPC: Book3S HV: ptes are big endian When being restored from qemu, the kvm_get_htab_header are in native endian, but the ptes are big endian. This patch fixes restore on a KVM LE host. Qemu also needs a fix for this : http://lists.nongnu.org/archive/html/qemu-ppc/2014-11/msg00008.html Signed-off-by: Cédric Le Goater Signed-off-by: Alexander Graf --- Reading git-diff-tree failed