commit | ef65c88912cafe56de2737c440aefc764fd8f202 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Jul 29 15:11:51 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:22 2010 +0200 |
tree | f9e3ec543228d18234bb2304d0ebd17da39a5364 | |
parent | 9aabc88fc8687ba3a520e2ec459821d05f72474e [diff] |
KVM: x86 emulator: allow storing emulator execution function in decode tables Instead of looking up the opcode twice (once for decode flags, once for the big execution switch) look up both flags and function in the decode tables. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>