Skip to content

Commit e0678bb

Browse files
committedSep 6, 2023
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.git
2 parents 2f78344 + d011151 commit e0678bb

File tree

177 files changed

+8673
-3127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+8673
-3127
lines changed
 

‎Documentation/virt/kvm/api.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -2259,6 +2259,8 @@ Errors:
22592259
EINVAL invalid register ID, or no such register or used with VMs in
22602260
protected virtualization mode on s390
22612261
EPERM (arm64) register access not allowed before vcpu finalization
2262+
EBUSY (riscv) changing register value not allowed after the vcpu
2263+
has run at least once
22622264
====== ============================================================
22632265

22642266
(These error codes are indicative only: do not rely on a specific error
@@ -3499,7 +3501,7 @@ VCPU matching underlying host.
34993501
---------------------
35003502

35013503
:Capability: basic
3502-
:Architectures: arm64, mips
3504+
:Architectures: arm64, mips, riscv
35033505
:Type: vcpu ioctl
35043506
:Parameters: struct kvm_reg_list (in/out)
35053507
:Returns: 0 on success; -1 on error

‎MAINTAINERS

+2
Original file line numberDiff line numberDiff line change
@@ -11592,6 +11592,8 @@ F: arch/x86/include/uapi/asm/svm.h
1159211592
F: arch/x86/include/uapi/asm/vmx.h
1159311593
F: arch/x86/kvm/
1159411594
F: arch/x86/kvm/*/
11595+
F: tools/testing/selftests/kvm/*/x86_64/
11596+
F: tools/testing/selftests/kvm/x86_64/
1159511597

1159611598
KERNFS
1159711599
M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

0 commit comments

Comments
 (0)
Please sign in to comment.