mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
c019350a76
commit
6699341d88
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user