commit | 89c696383d6eb493351a89d450d8ad7a55cbe1da | [log] [tgz] |
---|---|---|
author | Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> | Tue May 27 10:22:20 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:42:27 2008 +0300 |
tree | 52ba8d5e28a957e04817acca1d419c3641ffd9db | |
parent | 3e6e0aab1ba1e8b354ce01f5659336f9aee69437 [diff] |
KVM: x86 emulator: Update c->dst.bytes in decode instruction Update c->dst.bytes in decode instruction instead of instruction itself. It's needed because if c->dst.bytes is equal to 0, the instruction is not emulated. Signed-off-by: Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> Signed-off-by: Laurent Vivier <laurent.vivier@bull.net> Signed-off-by: Avi Kivity <avi@qumranet.com>