commit | 107d6d2efa9eb8c48d050936d8019230ac6b24cd | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Mon May 05 14:58:26 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Sun May 18 14:34:14 2008 +0300 |
tree | fc1d94a18e3f909e31c900ac698811831ed0abb2 | |
parent | f26a3988917913b3d11b2bd741601a2c64ab9204 [diff] |
KVM: x86 emulator: fix writes to registers with modrm encodings A register destination encoded with a mod=3 encoding left dst.ptr NULL. Normally we don't trap writes to registers, but in the case of smsw, we do. Fix by pointing dst.ptr at the destination register. Signed-off-by: Avi Kivity <avi@qumranet.com>