Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-26 Thread Corey Bryant
On 10/25/2012 03:40 AM, Paolo Bonzini wrote: Il 24/10/2012 19:30, Corey Bryant ha scritto: On 10/24/2012 11:45 AM, Paolo Bonzini wrote: Il 24/10/2012 17:39, Corey Bryant ha scritto: On 10/24/2012 11:21 AM, Paolo Bonzini wrote: Il 24/10/2012 16:18, Corey Bryant ha scritto: On 10/18/20

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-25 Thread Paolo Bonzini
Il 24/10/2012 19:30, Corey Bryant ha scritto: > > > On 10/24/2012 11:45 AM, Paolo Bonzini wrote: >> Il 24/10/2012 17:39, Corey Bryant ha scritto: >>> >>> >>> On 10/24/2012 11:21 AM, Paolo Bonzini wrote: Il 24/10/2012 16:18, Corey Bryant ha scritto: > > > On 10/18/2012 11:15 AM, P

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-24 Thread Corey Bryant
On 10/24/2012 11:45 AM, Paolo Bonzini wrote: Il 24/10/2012 17:39, Corey Bryant ha scritto: On 10/24/2012 11:21 AM, Paolo Bonzini wrote: Il 24/10/2012 16:18, Corey Bryant ha scritto: On 10/18/2012 11:15 AM, Paolo Bonzini wrote: Il 17/10/2012 15:15, Eduardo Otubo ha scritto: With the inc

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-24 Thread Corey Bryant
On 10/24/2012 11:45 AM, Paolo Bonzini wrote: Il 24/10/2012 17:39, Corey Bryant ha scritto: On 10/24/2012 11:21 AM, Paolo Bonzini wrote: Il 24/10/2012 16:18, Corey Bryant ha scritto: On 10/18/2012 11:15 AM, Paolo Bonzini wrote: Il 17/10/2012 15:15, Eduardo Otubo ha scritto: With the inc

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-24 Thread Paolo Bonzini
Il 24/10/2012 17:39, Corey Bryant ha scritto: > > > On 10/24/2012 11:21 AM, Paolo Bonzini wrote: >> Il 24/10/2012 16:18, Corey Bryant ha scritto: >>> >>> >>> On 10/18/2012 11:15 AM, Paolo Bonzini wrote: Il 17/10/2012 15:15, Eduardo Otubo ha scritto: > With the inclusion of the new "doubl

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-24 Thread Corey Bryant
On 10/24/2012 11:21 AM, Paolo Bonzini wrote: > Il 24/10/2012 16:18, Corey Bryant ha scritto: >> >> >> On 10/18/2012 11:15 AM, Paolo Bonzini wrote: >>> Il 17/10/2012 15:15, Eduardo Otubo ha scritto: With the inclusion of the new "double whitelist" seccomp filter, Qemu won't be able to ex

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-24 Thread Paolo Bonzini
Il 24/10/2012 16:18, Corey Bryant ha scritto: > > > On 10/18/2012 11:15 AM, Paolo Bonzini wrote: >> Il 17/10/2012 15:15, Eduardo Otubo ha scritto: >>> With the inclusion of the new "double whitelist" seccomp filter, Qemu >>> won't be able to execve() in runtime, thus, no hotplug net devices >>> a

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-24 Thread Corey Bryant
On 10/18/2012 11:15 AM, Paolo Bonzini wrote: Il 17/10/2012 15:15, Eduardo Otubo ha scritto: With the inclusion of the new "double whitelist" seccomp filter, Qemu won't be able to execve() in runtime, thus, no hotplug net devices allowed. Signed-off-by: Eduardo Otubo Please check this in ne

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-24 Thread Corey Bryant
On 10/24/2012 10:18 AM, Corey Bryant wrote: On 10/18/2012 11:15 AM, Paolo Bonzini wrote: Il 17/10/2012 15:15, Eduardo Otubo ha scritto: With the inclusion of the new "double whitelist" seccomp filter, Qemu won't be able to execve() in runtime, thus, no hotplug net devices allowed. Signed-o

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-18 Thread Paolo Bonzini
Il 17/10/2012 15:15, Eduardo Otubo ha scritto: > With the inclusion of the new "double whitelist" seccomp filter, Qemu > won't be able to execve() in runtime, thus, no hotplug net devices > allowed. > > Signed-off-by: Eduardo Otubo Please check this in net_init_tap instead. When using libvirt,

Re: [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-18 Thread Corey Bryant
On 10/17/2012 09:15 AM, Eduardo Otubo wrote: With the inclusion of the new "double whitelist" seccomp filter, Qemu won't be able to execve() in runtime, thus, no hotplug net devices allowed. Signed-off-by: Eduardo Otubo --- hmp.c | 6 ++ net.c | 13 + 2 files changed, 19

[Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

2012-10-17 Thread Eduardo Otubo
With the inclusion of the new "double whitelist" seccomp filter, Qemu won't be able to execve() in runtime, thus, no hotplug net devices allowed. Signed-off-by: Eduardo Otubo --- hmp.c | 6 ++ net.c | 13 + 2 files changed, 19 insertions(+) diff --git a/hmp.c b/hmp.c index 70bd