docs: use real examples for QEMU cli passthrough

User feedback has shown that the examples are not clear enough
to illustrate the cli passthrough concept in action.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2024-07-12 16:17:44 +01:00
parent c019350a76
commit 6699341d88

View File

@ -595,8 +595,11 @@ Example:
<emulator>/usr/bin/qemu-system-x86_64</emulator>
</devices>
<qemu:commandline>
<qemu:arg value='-newarg'/>
<qemu:env name='QEMU_ENV' value='VAL'/>
<qemu:arg value='-device'/>
<qemu:arg value='ipmi-bmc-sim,id=bmc0'/>
<qemu:arg value='-device'/>
<qemu:arg value='smbus-impi,bmc=bmc0'/>
<qemu:env name='QEMU_MODULE_DIR' value='/usr/lib64/qemu'/>
</qemu:commandline>
</domain>