From patchwork Tue Jun 12 06:44:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: David Gibson X-Patchwork-Id: 928138 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.b="NiOaYEeU"; dkim-atps=neutral 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 414gZT2KTHz9s1R for ; Tue, 12 Jun 2018 16:53:21 +1000 (AEST) Received: from localhost ([::1]:53245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSdB8-000085-VB for incoming@patchwork.ozlabs.org; Tue, 12 Jun 2018 02:53:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSd3k-0002gK-41 for qemu-devel@nongnu.org; Tue, 12 Jun 2018 02:45:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSd3j-0001po-Cz for qemu-devel@nongnu.org; Tue, 12 Jun 2018 02:45:40 -0400 Received: from ozlabs.org ([2401:3900:2:1::2]:42329) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSd3i-0001ie-Vm; Tue, 12 Jun 2018 02:45:39 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 414gPS51Hqz9s70; Tue, 12 Jun 2018 16:45:32 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1528785932; bh=PH/+Dcu3NOrLKXJjO+cfioNq7EjcvjSMR6wZms6+afY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NiOaYEeU/FSjdXrkfS+HMH07NGtqJD3WQzRpjy+fyvisYUSIyIsi2KZPIl/eQTD/i vDmAK/DDhC0IustXVVC0kvQW/3hd39d2yOnrL0zjR8QzrjMQIHVhUhyG5poKKdbXHK uoz1GD8CQQzkOvlLnoMMOpIXjhGaxcP1ZV3tov00= From: David Gibson To: peter.maydell@linaro.org Date: Tue, 12 Jun 2018 16:44:43 +1000 Message-Id: <20180612064503.14282-14-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180612064503.14282-1-david@gibson.dropbear.id.au> References: <20180612064503.14282-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2401:3900:2:1::2 Subject: [Qemu-devel] [PULL 13/33] MAINTAINERS: Add entries for the MOS6522 VIA device X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , qemu-devel@nongnu.org, groug@kaod.org, qemu-ppc@nongnu.org, clg@kaod.org, David Gibson Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: Philippe Mathieu-Daudé Introduced in 51f233ec92c. Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: David Gibson --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5286a1519c..8a94517e9e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -766,8 +766,10 @@ F: hw/ppc/mac_newworld.c F: hw/pci-host/uninorth.c F: hw/pci-bridge/dec.[hc] F: hw/misc/macio/ +F: hw/misc/mos6522.c F: hw/nvram/mac_nvram.c F: include/hw/misc/macio/ +F: include/hw/misc/mos6522.h F: include/hw/ppc/mac_dbdma.h Old World