From: Daniel Henrique Barboza Date: Thu, 3 Aug 2023 16:33:02 +0000 (-0300) Subject: docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e47f3c2843c2c23467f9447ed977dfccbe13a6f7;p=users%2Fjedix%2Flinux-maple.git docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG The EBUSY errno is being used for KVM_SET_ONE_REG as a way to tell userspace that a given reg can't be changed after the vcpu started. Signed-off-by: Daniel Henrique Barboza Reviewed-by: Andrew Jones Signed-off-by: Anup Patel --- diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index c0ddd3035462b..3249fb56cc696 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -2259,6 +2259,8 @@ Errors: EINVAL invalid register ID, or no such register or used with VMs in protected virtualization mode on s390 EPERM (arm64) register access not allowed before vcpu finalization + EBUSY (riscv) changing register value not allowed after the vcpu + has run at least once ====== ============================================================ (These error codes are indicative only: do not rely on a specific error