commit | 51d8b66199e94284e7725a79eae4a38de4b80d54 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Tue Dec 21 11:12:02 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:31:00 2011 +0200 |
tree | 904e8c206d9d1d52eb673c235c08b7a612cce9b0 | |
parent | db8fcefaa704ccb40b6dcd24e3b75bad3ce7dde3 [diff] |
KVM: cleanup emulate_instruction emulate_instruction had many callers, but only one used all parameters. One parameter was unused, another one is now hidden by a wrapper function (required for a future addition anyway), so most callers use now a shorter parameter list. Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>