On 08.09.2017 13:44, Eduardo Otubo wrote: > This patch introduces the argument [,obsolete=allow] to the `-sandbox on' > option. It allows Qemu to run safely on old system that still relies on > old system calls. > > Signed-off-by: Eduardo Otubo <ot...@redhat.com> > --- > include/sysemu/seccomp.h | 3 ++- > qemu-options.hx | 12 ++++++++++-- > qemu-seccomp.c | 19 ++++++++++++++++++- > vl.c | 23 ++++++++++++++++++++++- > 4 files changed, 52 insertions(+), 5 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>