testdriver: Add vhostuser example
Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
parent
9cbf7efb16
commit
9e0e0dfb08
|
@ -528,6 +528,11 @@ Foo bar baz & yeah boii < > yeahfoo
|
|||
</virtualport>
|
||||
<address type="pci" domain="0x0000" bus="0x00" slot="0x07" function="0x0"/>
|
||||
</interface>
|
||||
<interface type="vhostuser">
|
||||
<source type="unix" path="/tmp/vhost1.sock" mode="server"/>
|
||||
<mac address="00:11:22:33:44:66"/>
|
||||
<model type="virtio"/>
|
||||
</interface>
|
||||
|
||||
|
||||
<!-- input devices -->
|
||||
|
|
Loading…
Reference in New Issue