Add QEMU guest agent to default VM configs

This commit is contained in:
Joshua Boniface 2021-03-29 15:15:31 -04:00
parent 0bf276fd51
commit 81c1411b8f
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ devices_default = """ <emulator>/usr/bin/kvm</emulator>
<rate period="1000" bytes="2048"/> <rate period="1000" bytes="2048"/>
<backend model='random'>/dev/random</backend> <backend model='random'>/dev/random</backend>
</rng> </rng>
<channel type='unix'>
<target type='virtio' name='org.qemu.guest_agent.0'/>
</channel>
""" """
# Serial device # Serial device