commit | 69f55cb11e8d789433d111ac3a0f60be37a1ae01 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Mar 18 15:20:20 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:16:20 2010 +0300 |
tree | bdcaba6b5676dc9d6205b5d51a609e2b3b4d2aa0 | |
parent | ceffb4597253b2420d2f171d8b1cdf2cd3137989 [diff] |
KVM: x86 emulator: populate OP_MEM operand during decoding. All struct operand fields are initialized during decoding for all operand types except OP_MEM, but there is no reason for that. Move OP_MEM operand initialization into decoding stage for consistency. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>