commit | 8a9fee67fba585b4c4731a749367e1751ebf416c | [log] [tgz] |
---|---|---|
author | Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> | Fri Sep 12 13:51:15 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Oct 15 10:16:14 2008 +0200 |
tree | d1436b58b31b35a3ffd75b5e722e034f2c071c2d | |
parent | 9c9fddd0e784346a6d0ce82ed20d9ad21f3c8a2c [diff] |
KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d) Add decode entries for these opcodes; execution is already implemented. Signed-off-by: Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> Signed-off-by: Avi Kivity <avi@qumranet.com>