summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFuad Tabba <fuad.tabba@linux.dev>2026-07-06 11:31:27 +0100
committerOliver Upton <oupton@kernel.org>2026-07-13 17:10:26 -0700
commit581829501360bda487b93ec7d7eff0da6296f187 (patch)
tree6cdb35b2bfa49423a4836344f1f6520daf34fdcd /tools/perf/scripts/python
parent007e0f0fd9b77b9fa8f0d86253bac690f523460e (diff)
KVM: arm64: Drop the unused EL2-side is_created write
init_pkvm_hyp_vm() sets is_created on the EL2-private VM struct, but the hypervisor never reads it: pkvm_hyp_vm_is_created() and every other consumer operate on the host's struct kvm, a distinct allocation from the EL2-private copy. The field is write-only at EL2. Remove the store; host-side is_created tracking is unaffected. Reviewed-by: Keir Fraser <keirf@google.com> Signed-off-by: Fuad Tabba <fuad.tabba@linux.dev> Link: https://patch.msgid.link/20260706103129.706974-2-fuad.tabba@linux.dev Signed-off-by: Oliver Upton <oupton@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions