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
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