commit | 468d472f3f65100d5fb88c8d45043c85b874c294 | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng@linux.intel.com> | Thu Oct 09 16:01:55 2008 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:51:44 2008 +0200 |
tree | 6b82d3f738879827a2836aba8c54391e7a743588 | |
parent | 0bed3b568b68e5835ef5da888a372b9beabf7544 [diff] |
KVM: VMX: Add PAT support for EPT GUEST_PAT support is a new feature introduced by Intel Core i7 architecture. With this, cpu would save/load guest and host PAT automatically, for EPT memory type in guest depends on MSR_IA32_CR_PAT. Also add save/restore for MSR_IA32_CR_PAT. Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>