Add guest agent device when creating VMs #431

Merged
greg merged 2 commits from bugfix/qemu_guest_agent into master 2022-10-12 14:34:07 +00:00
Showing only changes of commit e73b8fb01f - Show all commits

View File

@ -86,5 +86,6 @@ virt-install \
--graphics none \
--serial pty \
--console pty \
--channel unix,mode=bind,path=/var/lib/libvirt/qemu/guest01.agent,target_type=virtio,name=org.qemu.guest_agent.0 \
--autostart \
--import