mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
testdriver: Add a host-model and host-passthrough usage
This commit is contained in:
parent
b0d5198b7a
commit
df50fdc323
@ -44,6 +44,7 @@
|
||||
<memory>8388608</memory>
|
||||
<currentMemory>2097152</currentMemory>
|
||||
<vcpu>2</vcpu>
|
||||
<cpu mode='host-passthrough'/>
|
||||
<os>
|
||||
<type arch="i686">hvm</type>
|
||||
<kernel>/dev/default-pool/test-arm-kernel</kernel>
|
||||
@ -421,6 +422,7 @@ test-many-devices, like an alternate RNG.
|
||||
<memory>8388608</memory>
|
||||
<currentMemory>2097152</currentMemory>
|
||||
<vcpu>2</vcpu>
|
||||
<cpu mode='host-model'/>
|
||||
<os>
|
||||
<type arch='i686'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
|
Loading…
Reference in New Issue
Block a user