From patchwork Thu Jul 26 12:42:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 173418 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 78CDE2C007C for ; Thu, 26 Jul 2012 22:43:27 +1000 (EST) Received: from localhost ([::1]:53479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuNPZ-0005Th-DE for incoming@patchwork.ozlabs.org; Thu, 26 Jul 2012 08:43:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuNP2-00046N-Bd for qemu-devel@nongnu.org; Thu, 26 Jul 2012 08:42:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuNOx-00044Q-Fd for qemu-devel@nongnu.org; Thu, 26 Jul 2012 08:42:52 -0400 Received: from cantor2.suse.de ([195.135.220.15]:40852 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuNOx-00044F-9U; Thu, 26 Jul 2012 08:42:47 -0400 Received: from relay2.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id B8EA7A3421; Thu, 26 Jul 2012 14:42:46 +0200 (CEST) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Thu, 26 Jul 2012 14:42:42 +0200 Message-Id: <1343306562-5437-3-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1343306562-5437-1-git-send-email-afaerber@suse.de> References: <1343306562-5437-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: Scott Wood , qemu-ppc@nongnu.org, agraf@suse.de, =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PATCH for-ppc-next 2/2] MAINTAINERS: Update e500 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 Files were relocated and a new generic machine extracted. hw/ppce500_* pattern is still needed for the PCI host bridge. Signed-off-by: Andreas Färber Cc: Scott Wood --- MAINTAINERS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7b26818..285627d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -400,6 +400,8 @@ M: Scott Wood L: qemu-ppc@nongnu.org S: Supported F: hw/ppce500_* +F: hw/ppc/e500* +F: hw/ppc/mpc8544ds.c SH4 Machines ------------