]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: Replace mentions of the removed 'qemucapabilitiesnumbering' tool
authorPeter Krempa <pkrempa@redhat.com>
Thu, 22 Feb 2024 13:29:43 +0000 (14:29 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 6 Mar 2024 15:30:35 +0000 (16:30 +0100)
Mention the new 'scripts/qemu-replies-tool.py'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
tests/domaincapstest.c
tests/qemucapabilitiesdata/README.rst

index 97b306f6524c2c3b607fb40dc36a54a00796f1cd..f88f330f60e8966b4739a88dc3998e579b99a063 100644 (file)
@@ -483,9 +483,8 @@ mymain(void)
      * Run "tests/qemucapsprobe /path/to/qemu/binary >foo.replies"
      * to generate updated or new *.replies data files.
      *
-     * If you manually edit replies files you can run
-     * VIR_TEST_REGENERATE_OUTPUT=1 tests/qemucapabilitiesnumbering
-     * to fix the replies ids.
+     * If you manually edit replies files or want to edit them programmaticaly
+     * use scripts/qemu-replies-tool --regenerate
      *
      * Once a replies file has been generated and tweaked if necessary,
      * you can drop it into tests/qemucapabilitiesdata/ (with a sensible
index eea07048e99ef6d93e42e3cebb62dc1a59c8c88c..90e240f8001d3c09896cfec42d18cf54e7eb2792 100644 (file)
@@ -109,12 +109,10 @@ file on a code change causing a change to the actual QMP query process.
 
 In such case a careful manual modification of the ``.replies`` is tolerated.
 
-To aid such modification the tool ``tests/qemucapabilitiesnumbering`` can be
+To aid such modification the tool ``scripts/qemu-replies-tool.py`` can be
 used.
 
 The tool validates and updates the numbering of the entries in the QMP dump in
 case something was modified.
 
 The tool also allows programatic modification of the ``.replies`` file.
-
-See ``tests/qemucapabilitiesnumbering.c``.