commit | 16286d082d99cb41e16938fa6ba84604229f4b77 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Mon Apr 14 14:40:50 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 18:21:34 2008 +0300 |
tree | 4320f07eea5e48e617c03d732b178d9d99f81f41 | |
parent | 66b85505736dbd3a3a0ed5ae38c12bb218b231c0 [diff] |
KVM: x86 emulator: fix smsw and lmsw with a memory operand lmsw and smsw were implemented only with a register operand. Extend them to support a memory operand as well. Fixes Windows running some display compatibility test on AMD hosts. Signed-off-by: Avi Kivity <avi@qumranet.com>