From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPX3U-0006XY-BO for qemu-devel@nongnu.org; Wed, 12 Aug 2015 10:31:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPX3R-0006Iy-6e for qemu-devel@nongnu.org; Wed, 12 Aug 2015 10:31:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPX3R-0006Ip-0t for qemu-devel@nongnu.org; Wed, 12 Aug 2015 10:30:57 -0400 References: <1439371168-29900-1-git-send-email-mst@redhat.com> From: Wei Huang Message-ID: <55CB589F.4020808@redhat.com> Date: Wed, 12 Aug 2015 09:30:55 -0500 MIME-Version: 1.0 In-Reply-To: <1439371168-29900-1-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: list smbios maintainers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: Igor Mammedov , Peter Maydell On 8/12/15 04:20, Michael S. Tsirkin wrote: > Now that smbios has its own directory, list its > maintainers. Same people as ACPI so just reuse that > entry. > > Signed-off-by: Michael S. Tsirkin > --- > MAINTAINERS | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 978b717..a059d5d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -645,13 +645,15 @@ S: Supported > F: include/hw/pci/* > F: hw/pci/* > > -ACPI > +ACPI/SMBIOS > M: Michael S. Tsirkin > M: Igor Mammedov > S: Supported > F: include/hw/acpi/* > +F: include/hw/smbios/* > F: hw/mem/* > F: hw/acpi/* > +F: hw/smbios/* > F: hw/i386/acpi-build.[hc] > F: hw/i386/*dsl > F: hw/arm/virt-acpi-build.c > Acked-by: Wei Huang Note that SMBIOS patch isn't in yet. -Wei