commit | 860540bc50a174c2dff5e11821375475a5da5f4e | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Apr 24 12:51:44 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri May 30 14:26:19 2014 +0200 |
tree | 69ac545a7e426de358e7fcba81f187f9aeab7d86 | |
parent | 740f834eb2505e1883b54cfc1644af80834ab6b6 [diff] |
KVM: PPC: Book3S_32: PR: Access HTAB in big endian The HTAB is always big endian. We access the guest's HTAB using copy_from/to_user, but don't yet take care of the fact that we might be running on an LE host. Wrap all accesses to the guest HTAB with big endian accessors. Signed-off-by: Alexander Graf <agraf@suse.de>