[Qemu-devel] [PULL 1/2] seccomp: don't kill process for resource control syscalls

2019-03-27 Thread Eduardo Otubo
From: Daniel P. Berrangé The Mesa library tries to set process affinity on some of its threads in order to optimize its performance. Currently this results in QEMU being immediately terminated when seccomp is enabled. Mesa doesn't consider failure of the process affinity settings to be fatal to

Re: [Qemu-devel] [PULL 1/2] seccomp: don't kill process for resource control syscalls

2019-03-27 Thread Daniel P . Berrangé
On Wed, Mar 27, 2019 at 10:59:03AM +0100, Eduardo Otubo wrote: > From: Daniel P. Berrangé > > The Mesa library tries to set process affinity on some of its threads in > order to optimize its performance. Currently this results in QEMU being > immediately terminated when seccomp is enabled. > >

[Qemu-devel] [PULL 1/2] seccomp: don't kill process for resource control syscalls

2019-03-27 Thread Eduardo Otubo
From: Daniel P. Berrangé The Mesa library tries to set process affinity on some of its threads in order to optimize its performance. Currently this results in QEMU being immediately terminated when seccomp is enabled. Mesa doesn't consider failure of the process affinity settings to be fatal to