commit | 8d8f4e9f66ab36e4fcc75eca1e828af8466309f1 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Aug 26 11:56:06 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:35 2010 +0200 |
tree | eac8232b0446d4d7cd853da7d0ce5583680e8ebc | |
parent | 081bca0e6b87d0c7b9ade7ffee1f44aca336a8fa [diff] |
KVM: x86 emulator: support byte/word opcode pairs Many x86 instructions come in byte and word variants distinguished with bit 0 of the opcode. Add macros to aid in defining them. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>