[Qemu-devel] adding a parameter in qemu tap option

2014-08-22 Thread William Dauchy
Hi, I'm trying to understand how to add a parameter in tap option. I currently have a working config for a vm; i.e several interfaces using multiqueues. I had a try with: --- a/qapi-schema.json +++ b/qapi-schema.json  -2006,6 +2008,7 @@  ##  { 'type': 'NetdevTapOptions',    'data': { +    '*foo'

Re: [Qemu-devel] adding a parameter in qemu tap option

2014-08-22 Thread Stefan Hajnoczi
On Fri, Aug 22, 2014 at 10:27:35AM +0200, William Dauchy wrote: > Hi, > > I'm trying to understand how to add a parameter in tap option. > > I currently have a working config for a vm; i.e several interfaces using > multiqueues. > I had a try with: > > --- a/qapi-schema.json > +++ b/qapi-schema.

Re: [Qemu-devel] adding a parameter in qemu tap option

2014-08-22 Thread William Dauchy
Hi Stefan, Thanks for you answer. On Aug22 14:22, Stefan Hajnoczi wrote: > I don't see any obvious reason from the small diff you have posted. Are > you sure this is the only change you've made and the environment is > unchanged? absolutely. I suspect a bug related to options coming from the co