From patchwork Wed Dec 12 13:14:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 205505 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 523312C00AC for ; Thu, 13 Dec 2012 00:11:26 +1100 (EST) Received: from localhost ([::1]:34175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tim5s-0000Gs-92 for incoming@patchwork.ozlabs.org; Wed, 12 Dec 2012 08:11:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tim5W-0000Bb-6Y for qemu-devel@nongnu.org; Wed, 12 Dec 2012 08:11:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tim5S-0002gL-Iv for qemu-devel@nongnu.org; Wed, 12 Dec 2012 08:11:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tim5S-0002gF-Bd for qemu-devel@nongnu.org; Wed, 12 Dec 2012 08:10:58 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBCDAv2F005949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 12 Dec 2012 08:10:57 -0500 Received: from redhat.com (vpn1-7-32.ams2.redhat.com [10.36.7.32]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id qBCDAu69018139 for ; Wed, 12 Dec 2012 08:10:57 -0500 Date: Wed, 12 Dec 2012 15:14:09 +0200 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org Message-ID: <6204cb3cab191d26ad21f5dea5ca7976be2ce855.1355318011.git.mst@redhat.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Mutt-Fcc: =sent X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 2/8] MAINTAINERS: add hw/pci/ to list of PCI files 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: Michael S. Tsirkin --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2ede20d..c1b16c5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -490,6 +490,7 @@ F: hw/omap* PCI M: Michael S. Tsirkin S: Supported +F: hw/pci/* F: hw/pci* F: hw/piix*