diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-01-08 11:02:40 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-01-08 11:02:40 +0100 |
commit | 774206bc03bf5daa17255b2f155d4a967e3f3314 (patch) | |
tree | 6d0dfb3650546fd0360029d9a76009ea8875f280 /Documentation/virt | |
parent | KVM: SVM: Add support for booting APs in an SEV-ES guest (diff) | |
parent | arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST (diff) | |
download | linux-774206bc03bf5daa17255b2f155d4a967e3f3314.tar.xz linux-774206bc03bf5daa17255b2f155d4a967e3f3314.zip |
Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
KVM/arm64 fixes for 5.11, take #1
- VM init cleanups
- PSCI relay cleanups
- Kill CONFIG_KVM_ARM_PMU
- Fixup __init annotations
- Fixup reg_to_encoding()
- Fix spurious PMCR_EL0 access
Diffstat (limited to 'Documentation/virt')
-rw-r--r-- | Documentation/virt/kvm/api.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 70254eaa5229..c136e254b496 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -392,9 +392,14 @@ This ioctl is obsolete and has been removed. Errors: - ===== ============================= + ======= ============================================================== EINTR an unmasked signal is pending - ===== ============================= + ENOEXEC the vcpu hasn't been initialized or the guest tried to execute + instructions from device memory (arm64) + ENOSYS data abort outside memslots with no syndrome info and + KVM_CAP_ARM_NISV_TO_USER not enabled (arm64) + EPERM SVE feature set but not finalized (arm64) + ======= ============================================================== This ioctl is used to run a guest virtual cpu. While there are no explicit parameters, there is an implicit parameter block that can be |