Page 1 of 1

KVM and PaX

PostPosted: Wed Dec 17, 2008 2:12 pm
by evilangel
Hey all,

I am wondering of using a CPU with AMD-V feature to run KVM.
In such a case, are my guest OS able to use the NX bit of the CPU, or is it limited to the host OS ?

Thanks

Re: KVM and PaX

PostPosted: Wed Dec 17, 2008 6:03 pm
by PaX Team
evilangel wrote:I am wondering of using a CPU with AMD-V feature to run KVM.
In such a case, are my guest OS able to use the NX bit of the CPU, or is it limited to the host OS ?
it always depends on whether the hypervisor makes the NX bit available to guest kernels or not. iirc, KVM does.

Re: KVM and PaX

PostPosted: Mon Feb 02, 2009 11:08 am
by evilangel
Thanks