From patchwork Thu Dec 12 22:23:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antony Pavlov X-Patchwork-Id: 300792 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)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 653CC2C0091 for ; Fri, 13 Dec 2013 09:44:40 +1100 (EST) Received: from localhost ([::1]:38938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrEzl-0008BL-ES for incoming@patchwork.ozlabs.org; Thu, 12 Dec 2013 17:44:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrEYg-0005yr-7Z for qemu-devel@nongnu.org; Thu, 12 Dec 2013 17:16:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrEYa-0008DJ-Dj for qemu-devel@nongnu.org; Thu, 12 Dec 2013 17:16:38 -0500 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:50706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrEYa-0008DB-5r for qemu-devel@nongnu.org; Thu, 12 Dec 2013 17:16:32 -0500 Received: by mail-la0-f43.google.com with SMTP id n7so815911lam.30 for ; Thu, 12 Dec 2013 14:16:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=I6mLUSHPvThoCCkrGMKWopIZuNzlgnVYemPrSLEHWXI=; b=RCTAhi71SZgd4sTJe/4Q9uFmQ+q1KL7k4E6ztyKiqlNIReQMAoAz1ii9bf8SCGNu4T iPr+S2q+CCTRudStMH1kyI7B5a6yWiOsgTJO3EsAO7fc9MTdHznFOoRZG4D8f1bjHx07 dAr6hUFcXECLGXMV3hr88vzniETKNLYoPR+WsPTbatWgEHJ4Tfw22nintm3sHrKNBrp8 3+HX97r/78VELBUOy7UtI9LOoIptYOKJ5hm6Hogwg2uCFcyFEbiq+ZJptghCPjEN96kK /QHZDPDTBjeRfc6iW4C2jzQnPy/tdoPqGkQDm8/OKWExCOuV7cpOSDDIo+UXQhAqlneS i8tg== X-Received: by 10.152.234.231 with SMTP id uh7mr5038329lac.10.1386886591178; Thu, 12 Dec 2013 14:16:31 -0800 (PST) Received: from flare.example.org (ppp37-190-57-6.pppoe.spdop.ru. [37.190.57.6]) by mx.google.com with ESMTPSA id t9sm37637186lat.1.2013.12.12.14.16.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Dec 2013 14:16:29 -0800 (PST) From: Antony Pavlov To: qemu-devel@nongnu.org Date: Fri, 13 Dec 2013 02:23:42 +0400 Message-Id: <1386887022-11532-7-git-send-email-antonynpavlov@gmail.com> X-Mailer: git-send-email 1.8.5 In-Reply-To: <1386887022-11532-1-git-send-email-antonynpavlov@gmail.com> References: <1386887022-11532-1-git-send-email-antonynpavlov@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b Cc: Peter Maydell , Peter Crosthwaite , Giovanni Condello , g3gg0 , Alex Dumitrache , Paul Brook , Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Antony Pavlov Subject: [Qemu-devel] [PATCH v7 6/6] MAINTAINERS: Document 'Canon DIGIC' machine 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 Signed-off-by: Antony Pavlov --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7eed206..02ad9fb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -233,6 +233,12 @@ S: Supported F: hw/arm/highbank.c F: hw/net/xgmac.c +Canon DIGIC +M: Antony Pavlov +S: Maintained +F: include/hw/arm/digic.h +F: hw/*/digic* + Gumstix M: qemu-devel@nongnu.org S: Orphan