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
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
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
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
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(+)