]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemucapabilitiesdata: README: Add rules for dumps of unreleased qemu
authorPeter Krempa <pkrempa@redhat.com>
Mon, 3 Nov 2025 16:03:54 +0000 (17:03 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 5 Nov 2025 13:25:32 +0000 (14:25 +0100)
Add a note that the filename should match the final version number and
that it's expected to do an update after the given qemu version gets
released.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
tests/qemucapabilitiesdata/README.rst

index 3cc0ec47845928aaef7f2e4ed75c258f2d78caba..093e6fb62d15e20963cda47557b580f94d66f774 100644 (file)
@@ -28,7 +28,10 @@ or::
 
 ``$QEMUVERSION``
 
-  Numeric representation of the qemu version, e.g.: ``7.0.0``
+  Numeric representation of the qemu version, e.g.: ``7.0.0`` of the dump. In
+  case when the dump is obtained from a currently developed tree
+  (see `Unreleased qemu versions`_) filename should match the expected
+  final version.
 
 ``$ARCHITECTURE``
 
@@ -110,6 +113,16 @@ Place the captured output ``.replies`` file into this directory and run::
 This runs the test-suite instructing it to update and/or generate all new data
 the test would normally expect.
 
+Unreleased qemu versions
+------------------------
+
+Generally the repository should contain only dumps from released qemu trees
+without any extra patches.
+
+A notable exception is the currently developed version. It is acceptable to
+submit dumps from current master provided that they are updated to the final
+state of the code when the version becomes released.
+
 Manual modifications the ``.replies`` file
 ==========================================