From patchwork Wed Nov 6 15:49:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 288960 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9AB0B2C00CC for ; Thu, 7 Nov 2013 02:46:39 +1100 (EST) Received: from localhost ([::1]:34568 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve5JU-0005d4-MZ for incoming@patchwork.ozlabs.org; Wed, 06 Nov 2013 10:46:36 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve5JA-0005c7-LH for qemu-devel@nongnu.org; Wed, 06 Nov 2013 10:46:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve5J2-00050n-VC for qemu-devel@nongnu.org; Wed, 06 Nov 2013 10:46:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve5J2-00050b-Ns for qemu-devel@nongnu.org; Wed, 06 Nov 2013 10:46:08 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA6Fk5Wp021639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 6 Nov 2013 10:46:05 -0500 Received: from redhat.com (vpn1-7-165.ams2.redhat.com [10.36.7.165]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id rA6Fk25C004201; Wed, 6 Nov 2013 10:46:03 -0500 Date: Wed, 6 Nov 2013 17:49:03 +0200 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org Message-ID: <20131106154903.GA5941@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Peter Maydell , Andreas =?iso-8859-1?Q?F=E4rber?= , Anthony Liguori , Richard Henderson Subject: [Qemu-devel] [PATCH] MAINTAINERS: update X86 PC machine entry 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 Add a bunch of missing files that make up a PC. Since I'm hacking on these anyway, it will be helpful if people Cc me on patches. Anthony gets to review everything anyway - so add self as a maintainer. Signed-off-by: Michael S. Tsirkin --- MAINTAINERS | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 77edacf..7759fd3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -500,9 +500,23 @@ X86 Machines ------------ PC M: Anthony Liguori +M: Michael S. Tsirkin S: Supported -F: hw/i386/pc.[ch] -F: hw/i386/pc_piix.c +F: include/hw/i386/ +F: hw/i386/ +F: hw/pci-host/piix.c +F: hw/pci-host/q35.c +F: hw/pci-host/pam.c +F: include/hw/pci-host/q35.h +F: include/hw/pci-host/pam.h +F: hw/isa/piix4.c +F: hw/isa/lpc_ich9.c +F: hw/i2c/smbus_ich9.c +F: hw/acpi/piix4.c +F: hw/acpi/ich9.c +F: include/hw/acpi/ich9.h +F: include/hw/acpi/piix.h + Xtensa Machines ---------------