ppggff / vagrant-qemu

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

Allow passing extra netdev parameters to qemu #19

Closed bjornwein closed 2 years ago

bjornwein commented 2 years ago

I have a special case where I need to adjust the network settings for the default network interface. I couldn't find a way to do it with extra_qemu_args so I added another configuration string that is concatenated to the default -netdev qemu parameter. Modeled after #16

ppggff commented 2 years ago

Thanks