commit | a2938c807024ba30191e3bd593430c0659d75717 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Feb 13 16:30:28 2008 +0100 |
committer | Avi Kivity <avi@qumranet.com> | Tue Mar 04 15:19:45 2008 +0200 |
tree | 10c1776fc6e2fc49b2d9b5f8ffa5078f0f34cca9 | |
parent | 72dc67a69690288538142df73a7e3ac66fea68dc [diff] |
KVM: SVM: fix Windows XP 64 bit installation crash While installing Windows XP 64 bit wants to access the DEBUGCTL and the last branch record (LBR) MSRs. Don't allowing this in KVM causes the installation to crash. This patch allow the access to these MSRs and fixes the issue. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Markus Rechberger <markus.rechberger@amd.com> Signed-off-by: Avi Kivity <avi@qumranet.com>