mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-10 01:18:03 +03:00
testdriver: Add vsock example
This commit is contained in:
parent
021d2938af
commit
e66823a173
@ -7,9 +7,9 @@
|
||||
</metadata>
|
||||
<memory unit="KiB">409600</memory>
|
||||
@@
|
||||
<panic model="s390"/>
|
||||
<panic model="pseries"/>
|
||||
<panic model="hyperv"/>
|
||||
<vsock model="virtio">
|
||||
<cid auto="no" address="5"/>
|
||||
</vsock>
|
||||
+ <disk type="file" device="disk">
|
||||
+ <driver name="qemu" type="qcow2"/>
|
||||
+ <source file="/dev/default-pool/testvol1.img"/>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<panic model="s390"/>
|
||||
<panic model="pseries"/>
|
||||
<panic model="hyperv"/>
|
||||
<vsock model="virtio">
|
||||
<cid auto="no" address="5"/>
|
||||
</vsock>
|
||||
+ <disk type="file" device="disk">
|
||||
+ <driver name="qemu" type="qcow2"/>
|
||||
+ <source file="/dev/default-pool/testvol1.img"/>
|
||||
|
@ -7,9 +7,9 @@
|
||||
</metadata>
|
||||
<memory unit="KiB">409600</memory>
|
||||
@@
|
||||
<panic model="s390"/>
|
||||
<panic model="pseries"/>
|
||||
<panic model="hyperv"/>
|
||||
<vsock model="virtio">
|
||||
<cid auto="no" address="5"/>
|
||||
</vsock>
|
||||
+ <interface type="bridge">
|
||||
+ <source bridge="eth0"/>
|
||||
+ <mac address="00:11:22:33:44:55"/>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<panic model="s390"/>
|
||||
<panic model="pseries"/>
|
||||
<panic model="hyperv"/>
|
||||
<vsock model="virtio">
|
||||
<cid auto="no" address="5"/>
|
||||
</vsock>
|
||||
+ <interface type="bridge">
|
||||
+ <source bridge="eth0"/>
|
||||
+ <mac address="00:11:22:33:44:55"/>
|
||||
|
@ -549,6 +549,11 @@ Foo bar baz & yeah boii < > yeahfoo
|
||||
|
||||
<!-- memballoon device -->
|
||||
<memballoon model='virtio'/>
|
||||
|
||||
<!-- vsock device -->
|
||||
<vsock model='virtio'>
|
||||
<cid address='5'/>
|
||||
</vsock>
|
||||
</devices>
|
||||
|
||||
<seclabel model='selinux' type='dynamic' relabel='yes'/>
|
||||
|
Loading…
Reference in New Issue
Block a user