From patchwork Wed Apr 25 15:17:57 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: 155033 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 72081B6FD1 for ; Thu, 26 Apr 2012 02:48:08 +1000 (EST) Received: from localhost ([::1]:33847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN3zs-0000xQ-Dl for incoming@patchwork.ozlabs.org; Wed, 25 Apr 2012 11:19:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN3yw-00071F-8y for qemu-devel@nongnu.org; Wed, 25 Apr 2012 11:18:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SN3yq-0003In-TB for qemu-devel@nongnu.org; Wed, 25 Apr 2012 11:18:13 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34783 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN3yq-0003IK-Ms for qemu-devel@nongnu.org; Wed, 25 Apr 2012 11:18:08 -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 9EFFB8FFEB; Wed, 25 Apr 2012 17:18:07 +0200 (CEST) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Wed, 25 Apr 2012 17:17:57 +0200 Message-Id: <1335367082-27985-2-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1335367082-27985-1-git-send-email-afaerber@suse.de> References: <1335367082-27985-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: Anthony Liguori , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Anthony Liguori Subject: [Qemu-devel] [PATCH 1/6] MAINTAINERS: Fix PC file pattern 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 Only one pattern is allowed per F: line, split it in two. Signed-off-by: Andreas Färber Cc: Anthony Liguori --- MAINTAINERS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index cce37e7..83d3568 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -399,7 +399,8 @@ X86 Machines PC M: Anthony Liguori S: Supported -F: hw/pc.[ch] hw/pc_piix.c +F: hw/pc.[ch] +F: hw/pc_piix.c Xtensa Machines ---------------