]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
KVM: Documentation: minimal updates to review-checklist.rst
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Jul 2025 10:14:17 +0000 (12:14 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Jul 2025 17:32:18 +0000 (19:32 +0200)
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 <pbonzini@redhat.com>
Documentation/virt/kvm/review-checklist.rst

index dc01aea4057b20404ca7253b799f7582eccb7b34..7eb9974c676d9161be490affe3476d2ee8169d5d 100644 (file)
@@ -7,7 +7,7 @@ Review checklist for kvm patches
 1.  The patch must follow Documentation/process/coding-style.rst and
     Documentation/process/submitting-patches.rst.
 
-2.  Patches should be against kvm.git master branch.
+2.  Patches should be against kvm.git master or next branches.
 
 3.  If the patch introduces or modifies a new userspace API:
     - the API must be documented in Documentation/virt/kvm/api.rst
@@ -18,7 +18,8 @@ Review checklist for kvm patches
 5.  New features must default to off (userspace should explicitly request them).
     Performance improvements can and should default to on.
 
-6.  New cpu features should be exposed via KVM_GET_SUPPORTED_CPUID2
+6.  New cpu features should be exposed via KVM_GET_SUPPORTED_CPUID2,
+    or its equivalent for non-x86 architectures
 
 7.  Emulator changes should be accompanied by unit tests for qemu-kvm.git
     kvm/test directory.