ppggff / vagrant-qemu

Use Vagrant to manage machines using QEMU. Test with Apple Silicon / M1 and CentOS aarch64 image
MIT License
408 stars 32 forks source link

Allow passing arguments to QEMU #16

Closed f355 closed 1 year ago

f355 commented 1 year ago

Sometimes it's useful, like to add a second network interface, or additional virtual disks, or anything that's not supported by the current limited set of options, really.

ppggff commented 1 year ago

Looks good, I will try it and include it in the next release soon. Thanks very much