Re: [OE-core] [PATCHv4 2/3] runqemu: Add support for multiple tap devices

2019-07-03 Thread Anibal Limon
On Wed, 3 Jul 2019 at 12:01, Aníbal Limón wrote: > Add the ability to set more than one tap devices into the > same qemu instance, > > The code was modified to detect multiple @TAP@ and @MAC@ in the > QA_TAP_OPT and QA_NETWORK_DEVICE respectively, it handles the > attach/creation of multiple tap

[OE-core] [PATCHv4 2/3] runqemu: Add support for multiple tap devices

2019-07-03 Thread Aníbal Limón
Add the ability to set more than one tap devices into the same qemu instance, The code was modified to detect multiple @TAP@ and @MAC@ in the QA_TAP_OPT and QA_NETWORK_DEVICE respectively, it handles the attach/creation of multiple tap devices and stores into a list for lock/unlock. Configure the