commit | dc77270f960a8b3cc39a6349a9fad58cc6053d53 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Jan 06 13:13:01 2010 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:35:51 2010 -0300 |
tree | f8377b95f49f27e77e94e959090b160e262d92ee | |
parent | f9a48e6a18c210c4bf34769fa05ede250575c6a1 [diff] |
KVM: SVM: Fix SVM_CR0_SELECTIVE_MASK Instead of selecting TS and MP as the comments say, the macro included TS and PE. Luckily the macro is unused now, but fix in order to save a few hours of debugging from anyone who attempts to use it. Acked-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>