mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Correct QEMU case typo
Verified exhaustiveness thanks to: ```bash grep -ri 'QEMU' | sed -E 's/qemu|QEMU|Qemu//g' | grep -i qemu ``` Signed-off-by: Benjamin Loison <benjamin.loison@orange.fr>
This commit is contained in:
committed by
Benjamin Loison
parent
9d3adf8db6
commit
04942b2810
+1
-1
@@ -511,7 +511,7 @@ Import and export of libvirt domain XML configs
|
||||
|
||||
The QEMU driver currently supports a single native config format known as
|
||||
``qemu-argv``. The data for this format is expected to be a single line first a
|
||||
list of environment variables, then the QEMu binary name, finally followed by
|
||||
list of environment variables, then the QEMU binary name, finally followed by
|
||||
the QEMU command line arguments
|
||||
|
||||
Converting from QEMU args to domain XML
|
||||
|
||||
Reference in New Issue
Block a user