Re: [Qemu-devel] [PATCH] seccomp: check TSYNC host capability

2019-04-29 Thread Marc-André Lureau
Hi On Mon, Apr 29, 2019 at 3:22 PM Thomas Huth wrote: > > On 13/12/2018 04.24, David Gibson wrote: > > On Thu, Aug 30, 2018 at 04:33:48PM +0200, Marc-André Lureau wrote: > >> Remove -sandbox option if the host is not capable of TSYNC, since the > >> sandbox will fail at setup time otherwise.

Re: [Qemu-devel] [PATCH] seccomp: check TSYNC host capability

2019-04-29 Thread Thomas Huth
On 13/12/2018 04.24, David Gibson wrote: > On Thu, Aug 30, 2018 at 04:33:48PM +0200, Marc-André Lureau wrote: >> Remove -sandbox option if the host is not capable of TSYNC, since the >> sandbox will fail at setup time otherwise. This will help libvirt, for >> ex, to figure out if -sandbox will

Re: [Qemu-devel] [PATCH] seccomp: check TSYNC host capability

2018-12-12 Thread David Gibson
On Thu, Aug 30, 2018 at 04:33:48PM +0200, Marc-André Lureau wrote: > Remove -sandbox option if the host is not capable of TSYNC, since the > sandbox will fail at setup time otherwise. This will help libvirt, for > ex, to figure out if -sandbox will work. > > Signed-off-by: Marc-André Lureau

Re: [Qemu-devel] [PATCH] seccomp: check TSYNC host capability

2018-09-10 Thread Eduardo Otubo
On 30/08/2018 - 16:33:48, Marc-André Lureau wrote: > Remove -sandbox option if the host is not capable of TSYNC, since the > sandbox will fail at setup time otherwise. This will help libvirt, for > ex, to figure out if -sandbox will work. > > Signed-off-by: Marc-André Lureau > --- >

[Qemu-devel] [PATCH] seccomp: check TSYNC host capability

2018-08-30 Thread Marc-André Lureau
Remove -sandbox option if the host is not capable of TSYNC, since the sandbox will fail at setup time otherwise. This will help libvirt, for ex, to figure out if -sandbox will work. Signed-off-by: Marc-André Lureau --- qemu-seccomp.c | 19 ++- vl.c | 4 ++-- 2 files