diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-11-18 20:27:44 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-11-22 15:02:38 +0100 |
commit | c5ba62195427d65a44472901cff3dddffc14b3b3 (patch) | |
tree | 4fa80766f3a461aec85f3ee70279d908056aa693 /docs/devel/testing.rst | |
parent | eff708a876b40fe71bedb792d084972d7a52166a (diff) | |
download | qemu-c5ba62195427d65a44472901cff3dddffc14b3b3.zip qemu-c5ba62195427d65a44472901cff3dddffc14b3b3.tar.gz qemu-c5ba62195427d65a44472901cff3dddffc14b3b3.tar.bz2 |
docs: Render binary names as monospaced text
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211118192744.64325-1-philmd@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/devel/testing.rst')
-rw-r--r-- | docs/devel/testing.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst index 60c5902..755343c 100644 --- a/docs/devel/testing.rst +++ b/docs/devel/testing.rst @@ -564,11 +564,11 @@ exploiting a QEMU security bug to compromise the host. QEMU binaries ~~~~~~~~~~~~~ -By default, qemu-system-x86_64 is searched in $PATH to run the guest. If there -isn't one, or if it is older than 2.10, the test won't work. In this case, +By default, ``qemu-system-x86_64`` is searched in $PATH to run the guest. If +there isn't one, or if it is older than 2.10, the test won't work. In this case, provide the QEMU binary in env var: ``QEMU=/path/to/qemu-2.10+``. -Likewise the path to qemu-img can be set in QEMU_IMG environment variable. +Likewise the path to ``qemu-img`` can be set in QEMU_IMG environment variable. Make jobs ~~~~~~~~~ @@ -650,7 +650,7 @@ supported. To start the fuzzer, run tests/image-fuzzer/runner.py -c '[["qemu-img", "info", "$test_img"]]' /tmp/test qcow2 -Alternatively, some command different from "qemu-img info" can be tested, by +Alternatively, some command different from ``qemu-img info`` can be tested, by changing the ``-c`` option. Integration tests using the Avocado Framework |