commit | a99455499a86bde28fccd84e2119be9cd7c23a3f | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Sep 13 10:45:41 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:52:48 2011 +0300 |
tree | cea278f1fa7d9edb1581e0704b44da23be7561cc | |
parent | f09ed83e211d253809e575e05bd4de1e335c0cb2 [diff] |
KVM: x86 emulator: split dst decode to a generic decode_operand() Instead of decoding each operand using its own code, use a generic function. Start with the destination operand. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>