KVM: SVM: fix Windows XP 64 bit installation crash
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 13 Feb 2008 15:30:28 +0000 (16:30 +0100)
committerAvi Kivity <avi@qumranet.com>
Tue, 4 Mar 2008 13:19:45 +0000 (15:19 +0200)
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>

No differences found