commit | 25c4c2762e31a75403eca0dd59f2cab85e3a2532 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Fri Apr 27 09:29:21 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:31 2007 +0300 |
tree | 151c4a309da81608bdf729d701dcbfc3d4e1e9d7 | |
parent | e0e5127d06957e76da3906b7a58d5d2665e81f59 [diff] |
KVM: VMX: Properly shadow the CR0 register in the vcpu struct Set all of the host mask bits for CR0 so that we can maintain a proper shadow of CR0. This exposes CR0.TS, paving the way for lazy fpu handling. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>