aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSean Christopherson <[email protected]>2019-01-25 07:40:54 -0800
committerPaolo Bonzini <[email protected]>2019-02-12 13:12:17 +0100
commit6f7c6d23b71af2e65056e777eeb2f1e6e0195f14 (patch)
treefb28ad96b14e55295a73ee52828af72abb1b8c15 /tools/perf/scripts/python/bin
parentccf447434ee624b64a1c215d88453f1921aaa88a (diff)
KVM: VMX: Let the compiler save/load RDX during vCPU-run
Per commit c20363006af6 ("KVM: VMX: Let gcc to choose which registers to save (x86_64)"), the only reason RDX is saved/loaded to/from the stack is because it was specified as an input, i.e. couldn't be marked as clobbered (ignoring the fact that "saving" it to a dummy output would indirectly mark it as clobbered). Now that RDX is no longer an input, clobber it. Reviewed-by: Jim Mattson <[email protected]> Signed-off-by: Sean Christopherson <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions