commit | ffada016fb22fbbb9849d3cc5ec72ca8f0377681 | [log] [tgz] |
---|---|---|
author | Cédric Le Goater <clg@fr.ibm.com> | Fri Nov 21 00:45:59 2014 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Dec 15 13:27:24 2014 +0100 |
tree | 2c66e15af4714d827103f9ca95aef1657526b11e | |
parent | 5b88cda665bc6ae92c9bd12060c9fd0840211eb7 [diff] |
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 <clg@fr.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>