Add QEMU guest agent to default VM configs
This commit is contained in:
parent
0bf276fd51
commit
81c1411b8f
|
@ -67,6 +67,9 @@ devices_default = """ <emulator>/usr/bin/kvm</emulator>
|
|||
<rate period="1000" bytes="2048"/>
|
||||
<backend model='random'>/dev/random</backend>
|
||||
</rng>
|
||||
<channel type='unix'>
|
||||
<target type='virtio' name='org.qemu.guest_agent.0'/>
|
||||
</channel>
|
||||
"""
|
||||
|
||||
# Serial device
|
||||
|
|
Loading…
Reference in New Issue