Some Vagrant boxes need machine_type set to a specific value on newer QEMU/libvirt versions. For example, the vSRX definition is in #3411.
Change the libvirt box-building process to:
- Accept machine-type CLI parameter (allowing the user to set it manually)
- Fetch the libvirt.machine_type from the device definition
- Add machine-type to the virt-install parameter list.
Some Vagrant boxes need machine_type set to a specific value on newer QEMU/libvirt versions. For example, the vSRX definition is in #3411.
Change the libvirt box-building process to: