From patchwork Mon May 23 20:28:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 97034 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 23F2BB6FBB for ; Tue, 24 May 2011 06:29:19 +1000 (EST) Received: from localhost ([::1]:49374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QObka-0004WV-Cz for incoming@patchwork.ozlabs.org; Mon, 23 May 2011 16:29:16 -0400 Received: from eggs.gnu.org ([140.186.70.92]:42568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QObkI-0004Tt-2X for qemu-devel@nongnu.org; Mon, 23 May 2011 16:28:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QObkG-0008H9-Tq for qemu-devel@nongnu.org; Mon, 23 May 2011 16:28:58 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:52905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QObkG-0008Gw-RM for qemu-devel@nongnu.org; Mon, 23 May 2011 16:28:56 -0400 Received: by gwb19 with SMTP id 19so2711964gwb.4 for ; Mon, 23 May 2011 13:28:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:from:to:subject:date:message-id:x-mailer :in-reply-to:references; bh=+Brfm9cipYZRko1CmHJZyMrnNCFY2LIFNEf/I/yF7lk=; b=ANO5opzDkYncktgoIoSnq+p6ozxBgW+7a+20x8AzRoLLObgLZafWFPYvNPAPgWtqdS PlM6EsdodSmszD68MjyYcg6Ei6+BzrFkZSFVf+6yPWYt3S8C2pppMLBUpIqxHbGYWrEP 3tNfI7QjJLFmnkO7DC8MobnUWX0OJkyeLU5gw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; b=NGpCj83hYypwtDfKP0uHM8l41tMpG4zLEwOxKPKsAXsbQF2gxe+/F/pIsl2Fv+lO/P hxtRzmzYl8XSzJ03Af6HIxPyP9a+ZD3eZ2GeISVqEa+4zuGTpQftEBGdwGL2lYj5z30j tiEUSgjIzJIz7vB36bxPCYbZUTbGOrHV/JNUo= Received: by 10.91.203.2 with SMTP id f2mr3574952agq.63.1306182535730; Mon, 23 May 2011 13:28:55 -0700 (PDT) Received: from localhost.localdomain (c-71-227-161-214.hsd1.wa.comcast.net [71.227.161.214]) by mx.google.com with ESMTPS id e9sm5033668ann.24.2011.05.23.13.28.54 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 May 2011 13:28:55 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Mon, 23 May 2011 13:28:21 -0700 Message-Id: <1306182526-12081-2-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1306182526-12081-1-git-send-email-rth@twiddle.net> References: <1306182526-12081-1-git-send-email-rth@twiddle.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.45 Subject: [Qemu-devel] [PATCH 01/26] target-alpha: Claim ownership. 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 I've been maintaining this port for a while now. Signed-off-by: Richard Henderson --- MAINTAINERS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e6f853d..35d4496 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -56,8 +56,8 @@ M: Paul Brook Guest CPU cores (TCG): ---------------------- Alpha -M: qemu-devel@nongnu.org -S: Orphan +M: Richard Henderson +S: Maintained F: target-alpha/ ARM