Skip to content
Commit e09d082c authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@qumranet.com>
parent 1ae0a13d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment