commit | aa3a816b6d0bd59e1a9c548cc7d2dd829f26534f | [log] [tgz] |
---|---|---|
author | Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> | Fri Sep 12 13:52:18 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Oct 15 10:16:14 2008 +0200 |
tree | 979d3f1181f86647bab826149c141fa1d28c8e92 | |
parent | 8a9fee67fba585b4c4731a749367e1751ebf416c [diff] |
KVM: x86 emulator: Use DstAcc for 'and' For instruction 'and al,imm' we use DstAcc instead of doing the emulation directly into the instruction's opcode. Signed-off-by: Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> Signed-off-by: Avi Kivity <avi@qumranet.com>