commit | 29577fc00ba40a89fc824f030bcc80c583259346 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Jul 30 15:25:48 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 30 15:25:49 2014 +0200 |
tree | 04a4dc718f000e3b06388344250554110350bd3c | |
parent | 5a484c7c1efd2c45f8cc726e4d21283a5324e361 [diff] |
KVM: PPC: HV: Remove generic instruction emulation Now that we have properly split load/store instruction emulation and generic instruction emulation, we can move the generic one from kvm.ko to kvm-pr.ko on book3s_64. This reduces the attack surface and amount of code loaded on HV KVM kernels. Signed-off-by: Alexander Graf <agraf@suse.de>