KVM: VMX: Make guest cr4 mask more conservative
authorAvi Kivity <avi@redhat.com>
Mon, 7 Dec 2009 10:26:18 +0000 (12:26 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:35:39 +0000 (12:35 -0300)
Instead of specifying the bits which we want to trap on, specify the bits
which we allow the guest to change transparently.  This is safer wrt future
changes to cr4.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found