]> Git Repo - qemu.git/commit
qemu-doc: Do not hard-code the name of the QEMU binary
authorThomas Huth <[email protected]>
Tue, 30 Jul 2019 15:08:26 +0000 (17:08 +0200)
committerThomas Huth <[email protected]>
Thu, 5 Sep 2019 11:18:52 +0000 (13:18 +0200)
commit664785acffa7d3fe7ec7e0814de010e1feacb570
treee797ac177a1b8c84b2aa48974bcad97d637f6cc7
parent4631332675dc4610b6b8c77bbe5646182e36ec46
qemu-doc: Do not hard-code the name of the QEMU binary

In our documentation, we use a mix of "$QEMU", "qemu-system-i386" and
"qemu-system-x86_64" when we give examples to the users how to run
QEMU. Some more consistency would be good here. Also some distributions
use different names for the QEMU binary (e.g. "qemu-kvm" in RHEL), so
providing more flexibility here would also be good. Thus let's define
some variables for the names of the QEMU command and use those in the
documentation instead: @value{qemu_system} for generic examples, and
@value{qemu_system_x86} for examples that only work with the x86
binaries.

Message-Id: <20190828093447[email protected]>
Reviewed-by: John Snow <[email protected]>
Reviewed-by: Miroslav Rezanina <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
docs/qemu-block-drivers.texi
docs/qemu-cpu-models.texi
qemu-doc.texi
qemu-options.hx
This page took 0.025958 seconds and 4 git commands to generate.