commit | a31b9ceadb61487042dec92f662736ccddadc75f | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Sep 07 16:41:35 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:52:32 2011 +0300 |
tree | ff5d289f81bd302b085d1bef991f5e32924433eb | |
parent | 821246a5a548858c78a5e8860862e91c9e035d6b [diff] |
KVM: x86 emulator: simplify emulate_2op_SrcV() emulate_2op_SrcV(), and its siblings, emulate_2op_SrcV_nobyte() and emulate_2op_SrcB(), all use the same calling conventions and all get passed exactly the same parameters. Simplify them by passing just the emulation context. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>