From patchwork Wed Jul 2 11:01:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Otubo X-Patchwork-Id: 366321 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B6C5D1400B7 for ; Wed, 2 Jul 2014 21:02:34 +1000 (EST) Received: from localhost ([::1]:52368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2IJ6-0007iq-Oo for incoming@patchwork.ozlabs.org; Wed, 02 Jul 2014 07:02:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2IIj-0007RO-DX for qemu-devel@nongnu.org; Wed, 02 Jul 2014 07:02:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2IId-0001e7-Cn for qemu-devel@nongnu.org; Wed, 02 Jul 2014 07:02:09 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:34719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2IId-0001e0-7l for qemu-devel@nongnu.org; Wed, 02 Jul 2014 07:02:03 -0400 Received: by mail-wg0-f41.google.com with SMTP id a1so11001349wgh.12 for ; Wed, 02 Jul 2014 04:02:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=lN1wF4WgGKa9T+UHO+oZud2haEUnK3QaiIGC4WL41SQ=; b=YOyQSYXlk7VUnvoZqTspc/BixOTGKPHBrwi3aS3tnoqY64b7ehz1ZOTJIwN49TS/YL K5lvALV5Up/qV2VnlNL329bznMgvNuGlX0+CdsRLstSoO2M6UGlWDo3/aZHG0z8KY30k +FOKvzvAYJLWVWdWji7W4iDmUCDrrWLypRos72VSr7vkTkuKHE5rBcnL2c6fl1hUtTej Ih3LykxwVGbrHRJcnzXKSnG4ZDL0rqrMu+LyWErBuy+l/84W6zwMS7cdxkfwl0kypX7w TmKht88uYhxQu0fMt7m29DHsb6K8yaxTZhJycjcZCjTV+Fez8/h7EfidrxhTqoZ6cJZx w1BA== X-Gm-Message-State: ALoCoQnsxZuDX7925NkZ4pxRAuFpG8+iOoVJK1WG4y+crYIuH7wMAG3+H1gm2Cj00H4h65Wz4M/7 X-Received: by 10.194.119.34 with SMTP id kr2mr60032988wjb.34.1404298919830; Wed, 02 Jul 2014 04:01:59 -0700 (PDT) Received: from vader.ri.pb.local ([62.217.45.26]) by mx.google.com with ESMTPSA id bq7sm54005912wib.7.2014.07.02.04.01.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 Jul 2014 04:01:59 -0700 (PDT) From: Eduardo Otubo To: qemu-devel@nongnu.org Date: Wed, 2 Jul 2014 13:01:42 +0200 Message-Id: <1404298902-2299-2-git-send-email-eduardo.otubo@profitbricks.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1404298902-2299-1-git-send-email-eduardo.otubo@profitbricks.com> References: <1404298902-2299-1-git-send-email-eduardo.otubo@profitbricks.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 74.125.82.41 Cc: peter.maydell@linaro.org, Eduardo Otubo Subject: [Qemu-devel] [PULL 01/01] [seccomp] changing email contact for Eduardo Otubo X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9b93edd..e7dc907 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -853,7 +853,7 @@ S: Odd Fixes F: scripts/checkpatch.pl Seccomp -M: Eduardo Otubo +M: Eduardo Otubo S: Supported F: qemu-seccomp.c F: include/sysemu/seccomp.h