mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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>
This commit is contained in:
parent
eff708a876
commit
c5ba621954
13 changed files with 40 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue