commit | 4257198ae2c36e030a0947fef661c8de973778be | [log] [tgz] |
---|---|---|
author | Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> | Tue May 27 14:49:15 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:42:28 2008 +0300 |
tree | a1091af43a2d3e39b7f8597369ba5b7a68b7fd83 | |
parent | 615ac125618dc7b40ecb418e8b353d31ccf0e518 [diff] |
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction Add support for mov r, sreg (0x8c) instruction. [avi: drop the sreg decoding table in favor of 1:1 encoding] Signed-off-by: Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> Signed-off-by: Laurent Vivier <laurent.vivier@bull.net> Signed-off-by: Avi Kivity <avi@qumranet.com>