From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ4tD-0006fP-MJ for qemu-devel@nongnu.org; Mon, 09 Sep 2013 13:04:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJ4t5-0001Z9-Sk for qemu-devel@nongnu.org; Mon, 09 Sep 2013 13:04:39 -0400 Received: from e24smtp01.br.ibm.com ([32.104.18.85]:58389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ4t5-0001Z2-Hb for qemu-devel@nongnu.org; Mon, 09 Sep 2013 13:04:31 -0400 Received: from /spool/local by e24smtp01.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 9 Sep 2013 14:04:29 -0300 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by d24dlp01.br.ibm.com (Postfix) with ESMTP id E6FD03520060 for ; Mon, 9 Sep 2013 13:04:25 -0400 (EDT) Received: from d24av05.br.ibm.com (d24av05.br.ibm.com [9.18.232.44]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r89GxWZW204820 for ; Mon, 9 Sep 2013 13:59:33 -0300 Received: from d24av05.br.ibm.com (d24av05 [127.0.0.1]) by d24av05.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r89H4O8T007248 for ; Mon, 9 Sep 2013 13:04:25 -0400 From: Eduardo Otubo Date: Mon, 9 Sep 2013 14:04:15 -0300 Message-Id: <1378746255-2089-1-git-send-email-otubo@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add myself to MAINTAINERS file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pmoore@redhat.com, pbonzini@redhat.com, coreyb@linux.vnet.ibm.com, anthony@codemonkey.ws, Eduardo Otubo Add myself to the MAINTAINERS file. I'll be looking at qemu-seccomp.c and include/sysemu/seccomp.h. Signed-off-by: Eduardo Otubo --- As discussed in previous threads, I'm including myself to the MAINTAINERS file so I can take care of the sandbox feature in Qemu. MAINTAINERS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d128ed0..09c5148 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -766,6 +766,12 @@ M: Blue Swirl S: Odd Fixes F: scripts/checkpatch.pl +Seccomp +M: Eduardo Otubo +S: Supported +F: qemu-seccomp.c +F: include/sysemu/seccomp.h + Usermode Emulation ------------------ BSD user -- 1.7.1