From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7715CC0650E for ; Sat, 6 Jul 2019 15:51:22 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4C63220838 for ; Sat, 6 Jul 2019 15:51:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4C63220838 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=tuxfamily.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:60228 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjmy9-0000rP-LC for qemu-devel@archiver.kernel.org; Sat, 06 Jul 2019 11:51:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57749) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjmqP-0004WJ-BN for qemu-devel@nongnu.org; Sat, 06 Jul 2019 11:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjmqO-0003js-Ey for qemu-devel@nongnu.org; Sat, 06 Jul 2019 11:43:21 -0400 Received: from mail-wr1-f66.google.com ([209.85.221.66]:44682) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hjmqO-0003jG-7U for qemu-devel@nongnu.org; Sat, 06 Jul 2019 11:43:20 -0400 Received: by mail-wr1-f66.google.com with SMTP id p17so1536973wrf.11 for ; Sat, 06 Jul 2019 08:43:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2gl2cLKrDxrR3f49VylrYHEEYpxAUuBiomTFTYzam9g=; b=CYHJvw60CwPgn7sFFUpbbeObJk6l/DaQ+ym+pwCUztFFRoRPU00uGtaYlaaVilXVhb d13+l0GRgfEz7H2cDrYRnOsX7Ol/LWi/dYoWrhcM942hauH63OFLQ7bpLvk8767wrazG E6Jj7AJ7RHC7ItqkSFA9s8VoMchpm41XAQrkiU/Oegbq6f9K08otvuBqmgPgA3bRJAkr QV4UcwKocQNpPl7oCzmKxK6XePwFg8lkuU6PH3nfvUfTnhnmlDKYhnIf9GHMYE5GmSXb po96kZARRiSP+CD9zq0fAFa1fCgJDnSug7yBYfMuDzU+4aGjdpyZ9ICCnWSRYL6j7wvr dmXg== X-Gm-Message-State: APjAAAWMF8D+88UkaFi5q/5LL045c+zY5dNZm0pTWJ/DKnWFT1iat+8H 8VRmGLv2ltXc9bq1Ddi6xgCv6F4k X-Google-Smtp-Source: APXvYqzjX1qbS0aYe1OxLjhihg8Bqcxs59GurY5DlZ4VSLNY2dhrQPYI/WB7dVQZzQ8+C+KyXZ9Rsg== X-Received: by 2002:adf:82b6:: with SMTP id 51mr2977204wrc.309.1562427799181; Sat, 06 Jul 2019 08:43:19 -0700 (PDT) Received: from thl530.multi.box (pD9E83551.dip0.t-ipconnect.de. [217.232.53.81]) by smtp.gmail.com with ESMTPSA id h6sm12393850wre.82.2019.07.06.08.43.18 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sat, 06 Jul 2019 08:43:18 -0700 (PDT) From: Thomas Huth To: qemu-devel@nongnu.org Date: Sat, 6 Jul 2019 17:43:08 +0200 Message-Id: <20190706154308.7280-5-huth@tuxfamily.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190706154308.7280-1-huth@tuxfamily.org> References: <20190706154308.7280-1-huth@tuxfamily.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.221.66 Subject: [Qemu-devel] [PATCH v3 4/4] m68k: Add an entry for the NeXTcube machine to the MAINTAINERS file X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Laurent Vivier Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" I don't have much clue about the NeXT hardware, but at least I know now the source files a little bit, so I volunteer to pick up patches and send PULL requests for them until someone else with more knowledge steps up to do this job instead. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2cce50287a..539f8a6f10 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -910,6 +910,13 @@ F: hw/char/mcf_uart.c F: hw/net/mcf_fec.c F: include/hw/m68k/mcf*.h +NeXTcube +M: Thomas Huth +S: Odd Fixes +F: hw/m68k/next-*.c +F: hw/display/next-fb.c +F: include/hw/m68k/next-cube.h + MicroBlaze Machines ------------------- petalogix_s3adsp1800 -- 2.21.0