commit | 9e8a7adf9ff2ef0d4189fd2b8ae39fc20abd33a8 | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Wed Feb 12 16:46:38 2025 +0000 |
committer | Fuad Tabba <tabba@google.com> | Thu Feb 13 09:31:47 2025 +0000 |
tree | 22301f1a2124f5183514c1398eba49ef2d1e3a8a | |
parent | 0ff702f6d152840d79b4a4b6b3206d2fd2e3bdcb [diff] |
KVM: arm64: Factor out pkvm hyp vcpu creation to separate function Move the code that creates and initializes the hyp view of a vcpu in pKVM to its own function. This is meant to make the transition to initializing every vcpu individually clearer. Signed-off-by: Fuad Tabba <tabba@google.com>