]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/devel: add b4 for patch retrieval
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Thu, 16 Jan 2025 16:03:02 +0000 (16:03 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 17 Jan 2025 10:45:41 +0000 (10:45 +0000)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20241209183104.365796-4-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250116160306.1709518-34-alex.bennee@linaro.org>

docs/devel/submitting-a-patch.rst

index 69df7682c5e4c7eb1a43ee5667f344aaee91989f..65c64078cb35b828ac6aa1bab6ff2e9e1c3fed06 100644 (file)
@@ -433,6 +433,20 @@ For more details on how QEMU's stable process works, refer to the
 
 .. _participating_in_code_review:
 
+Retrieve an existing series
+---------------------------
+
+If you want to apply an existing series on top of your tree, you can simply use
+`b4 <https://github.com/mricon/b4>`__.
+
+::
+
+    b4 shazam $msg-id
+
+The message id is related to the patch series that has been sent to the mailing
+list. You need to retrieve the "Message-Id:" header from one of the patches. Any
+of them can be used and b4 will apply the whole series.
+
 Participating in Code Review
 ----------------------------