summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorYosry Ahmed <yosry@kernel.org>2026-03-12 16:48:22 -0700
committerSean Christopherson <seanjc@google.com>2026-04-03 09:33:30 -0700
commit3d4470d71fbf70576636947aba1ae51adbad5225 (patch)
tree286f0c3ed05c8d11142601eca4591d309c17ffbd /tools/perf/scripts/python/task-analyzer.py
parent520a1347faf46c2c00c3499de05fdecc6d254c2e (diff)
KVM: x86: Move nested_run_pending to kvm_vcpu_arch
Move nested_run_pending field present in both svm_nested_state and nested_vmx to the common kvm_vcpu_arch. This allows for common code to use without plumbing it through per-vendor helpers. nested_run_pending remains zero-initialized, as the entire kvm_vcpu struct is, and all further accesses are done through vcpu->arch instead of svm->nested or vmx->nested. No functional change intended. Suggested-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Yosry Ahmed <yosry@kernel.org> [sean: expand the commend in the field declaration] Link: https://patch.msgid.link/20260312234823.3120658-2-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions