Re: [Qemu-devel] [PATCH v2] seccomp: add cacheflush to whitelist

2015-11-02 Thread Andrew Jones
On Mon, Nov 02, 2015 at 08:37:15PM +, Peter Maydell wrote: > On 2 November 2015 at 19:04, Andrew Jones wrote: > > On Mon, Nov 02, 2015 at 06:09:41PM +, Peter Maydell wrote: > >> On 2 November 2015 at 17:56, Andrew Jones wrote: > >> > cacheflush is an arm-specific syscall that qemu built f

Re: [Qemu-devel] [PATCH v2] seccomp: add cacheflush to whitelist

2015-11-02 Thread Peter Maydell
On 2 November 2015 at 19:04, Andrew Jones wrote: > On Mon, Nov 02, 2015 at 06:09:41PM +, Peter Maydell wrote: >> On 2 November 2015 at 17:56, Andrew Jones wrote: >> > cacheflush is an arm-specific syscall that qemu built for arm >> > uses. Add it to the whitelist, but only if we're linking wi

Re: [Qemu-devel] [PATCH v2] seccomp: add cacheflush to whitelist

2015-11-02 Thread Andrew Jones
On Mon, Nov 02, 2015 at 06:09:41PM +, Peter Maydell wrote: > On 2 November 2015 at 17:56, Andrew Jones wrote: > > cacheflush is an arm-specific syscall that qemu built for arm > > uses. Add it to the whitelist, but only if we're linking with > > a recent enough libseccomp. > > > > Signed-off-b

Re: [Qemu-devel] [PATCH v2] seccomp: add cacheflush to whitelist

2015-11-02 Thread Peter Maydell
On 2 November 2015 at 17:56, Andrew Jones wrote: > cacheflush is an arm-specific syscall that qemu built for arm > uses. Add it to the whitelist, but only if we're linking with > a recent enough libseccomp. > > Signed-off-by: Andrew Jones > --- > v2: only add cacheflush if libseccomp supports it

[Qemu-devel] [PATCH v2] seccomp: add cacheflush to whitelist

2015-11-02 Thread Andrew Jones
cacheflush is an arm-specific syscall that qemu built for arm uses. Add it to the whitelist, but only if we're linking with a recent enough libseccomp. Signed-off-by: Andrew Jones --- v2: only add cacheflush if libseccomp supports it qemu-seccomp.c | 9 - 1 file changed, 8 insertions(+)