]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Get rid of code that dealt with the hardware not being able to save/restore
authorNeel Natu <neel@FreeBSD.org>
Thu, 2 Oct 2014 05:32:29 +0000 (05:32 +0000)
committerNeel Natu <neel@FreeBSD.org>
Thu, 2 Oct 2014 05:32:29 +0000 (05:32 +0000)
commitd72978ecd75f5a8843a675bd248c29c7d430dc63
tree068737691e32d33350be2eee0a1f9a15fd94c577
parenta28b277a9fb5a8f43f2ac1ab301d191734580e8c
Get rid of code that dealt with the hardware not being able to save/restore
the PAT MSR on guest exit/entry. This workaround was done for a beta release
of VMware Fusion 5 but is no longer needed in later versions.

All Intel CPUs since Nehalem have supported saving and restoring MSR_PAT
in the VM exit and entry controls.

Discussed with: grehan
sys/amd64/vmm/intel/vmx.c