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>
* 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
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``.