commit | 5c165aeca3e357fbc9760e5f66b6de8ef994e3c7 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon May 12 01:11:55 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri May 30 14:26:25 2014 +0200 |
tree | 31b2577ffb498b1884a79ab78268d7fbb903b3d6 | |
parent | f3383cf80e417e86fcc84a2eb4c96bc52842d8d9 [diff] |
PPC: KVM: Make NX bit available with magic page Because old kernels enable the magic page and then choke on NXed trampoline code we have to disable NX by default in KVM when we use the magic page. However, since commit b18db0b8 we have successfully fixed that and can now leave NX enabled, so tell the hypervisor about this. Signed-off-by: Alexander Graf <agraf@suse.de>