mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Facilitate the injection of a default channel when qemu_agent is set to true to make enabling it's use a simple `qemu_agent = true` for most cases. Where custom values are needed, they can be provided and the code will skip adding a corresponding entry, or if necessary the user can add an entry and mark it disabled similar to how synced folders work. Closes: #1341