commit | 1ce19dc16ce9136cccb6087e4a383ec9321980d9 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Sun Sep 22 16:44:51 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 30 18:54:39 2013 +0100 |
tree | e93153a04096bf907dee183cc4b2260c5752991f | |
parent | 9c15bb1d0a8411f9bb3395d21d5309bde7da0c1c [diff] |
kvm, emulator: Use opcode length Add a field to the current emulation context which contains the instruction opcode length. This will streamline handling of opcodes of different length. Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>