diff options
author | Sean Christopherson <seanjc@google.com> | 2024-08-31 03:15:26 +0300 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-09-10 06:16:26 +0300 |
commit | 2df354e37c1398a85bb43cbbf1f913eb3f91d035 (patch) | |
tree | 99673255bbba5117b6e82c4c1ce2ef9451c3571b /scripts/gdb/linux/utils.py | |
parent | 41e6e367d576ce1801dc5c2b106e14cde35e3c80 (diff) | |
download | linux-2df354e37c1398a85bb43cbbf1f913eb3f91d035.tar.xz |
KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
Now that retry_instruction() is reasonably tiny, fold it into its sole
caller, x86_emulate_instruction(). In addition to getting rid of the
absurdly confusing retry_instruction() name, handling the retry in
x86_emulate_instruction() pairs it back up with the code that resets
last_retry_{eip,address}.
No functional change intended.
Reviewed-by: Yuan Yao <yuan.yao@intel.com>
Link: https://lore.kernel.org/r/20240831001538.336683-12-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions