]> xenbits.xensource.com Git - people/pauldu/linux.git/commit
KVM: x86: rename push to emulate_push for consistency
authorJulian Stecklina <julian.stecklina@cyberus-technology.de>
Mon, 9 Oct 2023 09:20:54 +0000 (11:20 +0200)
committerSean Christopherson <seanjc@google.com>
Thu, 8 Feb 2024 00:10:01 +0000 (16:10 -0800)
commit64435aaa4a6aca019fabca7df45e0782d98a477b
tree9638647154bb0c47275ff5acfca8f9c4f061430f
parent6fd1e3963f20e850d7b3c89485e58d1ae79c309a
KVM: x86: rename push to emulate_push for consistency

push and emulate_pop are counterparts. Rename push to emulate_push and
harmonize its function signature with emulate_pop. This should remove
a bit of cognitive load when reading this code.

Signed-off-by: Julian Stecklina <julian.stecklina@cyberus-technology.de>
Link: https://lore.kernel.org/r/20231009092054.556935-2-julian.stecklina@cyberus-technology.de
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/emulate.c