commit | 9bd8d8c77cf903efb7e7b9971a81948c547e5eb5 | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Wed Feb 12 16:46:38 2025 +0000 |
committer | Fuad Tabba <tabba@google.com> | Fri Feb 14 11:34:49 2025 +0000 |
tree | 5612c9e2433f93964d6eb7a6e0c4592ecd0222a0 | |
parent | fcc80a68eadb272fead469ebefaf0cbf83bc5884 [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>