Re: [libvirt] [PATCHv2 2/4] Introduce qemuBuildSeccompSandboxCommandLine

2018-04-16 Thread Daniel P . Berrangé
On Tue, Apr 10, 2018 at 04:49:40PM +0200, Ján Tomko wrote: > Move the building of -sandbox command line into a separate function. > > Signed-off-by: Ján Tomko > --- > src/qemu/qemu_command.c | 30 +- > 1 file changed, 21 insertions(+), 9

Re: [libvirt] [PATCHv2 2/4] Introduce qemuBuildSeccompSandboxCommandLine

2018-04-13 Thread John Ferlan
On 04/10/2018 10:49 AM, Ján Tomko wrote: > Move the building of -sandbox command line into a separate function. > > Signed-off-by: Ján Tomko > --- > src/qemu/qemu_command.c | 30 +- > 1 file changed, 21 insertions(+), 9 deletions(-) >

[libvirt] [PATCHv2 2/4] Introduce qemuBuildSeccompSandboxCommandLine

2018-04-10 Thread Ján Tomko
Move the building of -sandbox command line into a separate function. Signed-off-by: Ján Tomko --- src/qemu/qemu_command.c | 30 +- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c