commit | 74545705cb2e398efc3cd751628c58f021323434 | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Mon Apr 27 15:11:25 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 07 11:29:46 2015 +0200 |
tree | e9f946816e8cb963678db7fa5e9e0471b3590792 | |
parent | 653f52c316a49c5ee2701bc13b15879f20790662 [diff] |
KVM: x86: fix initial PAT value PAT should be 0007_0406_0007_0406h on RESET and not modified on INIT. VMX used a wrong value (host's PAT) and while SVM used the right one, it never got to arch.pat. This is not an issue with QEMU as it will force the correct value. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>