commit | 6db5bb0f547b0a0889e8c2ee330f789916813e94 | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Fri May 23 12:26:58 2014 +1000 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:38 2014 +0200 |
tree | b613f4bbad7641fc7fc7f25d5f7e83c99a2612cd | |
parent | 3794d5482d74dc0031cee6d5be2c61c88ca723bd [diff] |
KVM: PPC: Enable compatibility mode The host kernel implements a KVM_REG_PPC_ARCH_COMPAT register which this uses to enable a compatibility mode if any chosen. This sets the KVM_REG_PPC_ARCH_COMPAT register in KVM. ppc_set_compat() signals the caller if the mode cannot be enabled by the host kernel. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> [agraf: fix TCG compat setting] Signed-off-by: Alexander Graf <agraf@suse.de>