commit | e09d082c03e137015bc0a17ca77e4b9dca08a5d7 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Fri Jan 18 12:38:59 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 11:53:14 2008 +0300 |
tree | bde45c9b0015445a777f1a20a88048721d9387e3 | |
parent | 1ae0a13def678876b9acfb5ac1e2cf7d5d45a60d [diff] |
KVM: x86 emulator: add support for group decoding Certain x86 instructions use bits 3:5 of the byte following the opcode as an opcode extension, with the decode sometimes depending on bits 6:7 as well. Add support for this in the main decoding table rather than an ad-hock adaptation per opcode. Signed-off-by: Avi Kivity <avi@qumranet.com>