Re: [Qemu-devel] [PATCH] tap: Add optional parameters to up/down script

2011-09-29 Thread Sasha Levin
On Thu, 2011-09-29 at 17:20 +0200, Jan Kiszka wrote: > On 2011-09-29 16:40, Thomas Jung wrote: > > On 2011-09-29 16:11 jan kiszka wrote > >> What kind of parameters would you want to pass? Something that tells VMs > >> apart (which can be solved without these extensions) or more? > >> > >> Jan > >

Re: [Qemu-devel] [PATCH] tap: Add optional parameters to up/down script

2011-09-29 Thread Jan Kiszka
On 2011-09-29 16:40, Thomas Jung wrote: > On 2011-09-29 16:11 jan kiszka wrote >> What kind of parameters would you want to pass? Something that tells VMs >> apart (which can be solved without these extensions) or more? >> >> Jan > > In our Case: > > We want to simulate an larger environment with

Re: [Qemu-devel] [PATCH] tap: Add optional parameters to up/down script

2011-09-29 Thread Anthony Liguori
On 09/29/2011 08:57 AM, Sasha Levin wrote: This allows the user to add custom parameters to the up or down scripts. Cc: Anthony Liguori Signed-off-by: Sasha Levin --- net.c |8 net/tap.c | 37 ++--- 2 files changed, 38 insertions(+), 7 delet

Re: [Qemu-devel] [PATCH] tap: Add optional parameters to up/down script

2011-09-29 Thread Thomas Jung
On 2011-09-29 16:11 jan kiszka wrote > What kind of parameters would you want to pass? Something that tells VMs > apart (which can be solved without these extensions) or more? > > Jan In our Case: We want to simulate an larger environment with multiple switches realized in openvswitch. Openvswit

Re: [Qemu-devel] [PATCH] tap: Add optional parameters to up/down script

2011-09-29 Thread Jan Kiszka
On 2011-09-29 15:57, Sasha Levin wrote: > This allows the user to add custom parameters to the up or down > scripts. > What kind of parameters would you want to pass? Something that tells VMs apart (which can be solved without these extensions) or more? Jan -- Siemens AG, Corporate Technology,

[Qemu-devel] [PATCH] tap: Add optional parameters to up/down script

2011-09-29 Thread Sasha Levin
This allows the user to add custom parameters to the up or down scripts. Cc: Anthony Liguori Signed-off-by: Sasha Levin --- net.c |8 net/tap.c | 37 ++--- 2 files changed, 38 insertions(+), 7 deletions(-) diff --git a/net.c b/net.c index d059