commit | f5b42c3324494ea3f9bf795e2a7e4d3cbb06c607 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Mar 06 12:05:53 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Mar 18 10:49:06 2007 +0200 |
tree | 98019c1e0f8d6ac45386dea3f4d5eab356ea864c | |
parent | ca45aaae1ef98890ac4e3ee48d65aa22401fd1dc [diff] |
KVM: Fix guest sysenter on vmx The vmx code currently treats the guest's sysenter support msrs as 32-bit values, which breaks 32-bit compat mode userspace on 64-bit guests. Fix by using the native word width of the machine. Signed-off-by: Avi Kivity <avi@qumranet.com>