Skip to content

Commit 83131d8

Browse files
committed
KVM: Documentation: minimal updates to review-checklist.rst
While the file could stand a larger update, these are the bare minimum changes needed to make it more widely applicable. Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 347e9f5 commit 83131d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/virt/kvm/review-checklist.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Review checklist for kvm patches
77
1. The patch must follow Documentation/process/coding-style.rst and
88
Documentation/process/submitting-patches.rst.
99

10-
2. Patches should be against kvm.git master branch.
10+
2. Patches should be against kvm.git master or next branches.
1111

1212
3. If the patch introduces or modifies a new userspace API:
1313
- the API must be documented in Documentation/virt/kvm/api.rst
@@ -18,7 +18,8 @@ Review checklist for kvm patches
1818
5. New features must default to off (userspace should explicitly request them).
1919
Performance improvements can and should default to on.
2020

21-
6. New cpu features should be exposed via KVM_GET_SUPPORTED_CPUID2
21+
6. New cpu features should be exposed via KVM_GET_SUPPORTED_CPUID2,
22+
or its equivalent for non-x86 architectures
2223

2324
7. Emulator changes should be accompanied by unit tests for qemu-kvm.git
2425
kvm/test directory.

0 commit comments

Comments
 (0)