diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-02-04 19:14:21 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-02-04 19:14:21 +0300 |
commit | 35441cdd50920495cf93c267377a6964ef50388e (patch) | |
tree | 59e4b163d65e0c5531d32c44a4e968a46aaeb2f6 /Documentation | |
parent | ee3a66f431d689b796b9cb48aefd3d223540381c (diff) | |
parent | 32239066776a27287837a193b37c6e55259e5c10 (diff) | |
download | linux-35441cdd50920495cf93c267377a6964ef50388e.tar.xz |
Merge tag 'kvm-s390-next-6.14-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
- some selftest fixes
- move some kvm-related functions from mm into kvm
- remove all usage of page->index and page->lru from kvm
- fixes and cleanups for vsie
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virt/kvm/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 0d1c3a820ce6..2b52eb77e29c 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -1419,7 +1419,7 @@ fetch) is injected in the guest. S390: ^^^^^ -Returns -EINVAL if the VM has the KVM_VM_S390_UCONTROL flag set. +Returns -EINVAL or -EEXIST if the VM has the KVM_VM_S390_UCONTROL flag set. Returns -EINVAL if called on a protected VM. 4.36 KVM_SET_TSS_ADDR |