From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9Vlq-0005qJ-Ap for qemu-devel@nongnu.org; Mon, 29 Jun 2015 05:54:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9Vlo-0003EC-LV for qemu-devel@nongnu.org; Mon, 29 Jun 2015 05:54:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9Vlo-0003Dw-Fu for qemu-devel@nongnu.org; Mon, 29 Jun 2015 05:54:32 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 3FF5E9249D for ; Mon, 29 Jun 2015 09:54:31 +0000 (UTC) Date: Mon, 29 Jun 2015 11:54:27 +0200 From: "Michael S. Tsirkin" Message-ID: <1435571659-29186-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] MAINTAINERS: fix pattern for PC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Markus Armbruster , Stefan Hajnoczi , Amit Shah , Paolo Bonzini , Laszlo Ersek Looks like hw/i386/ does not work, hw/i386/* seems to work better. Reported-by: Laszlo Ersek Signed-off-by: Michael S. Tsirkin --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3d48a6b..39a01ab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -578,7 +578,7 @@ PC M: Michael S. Tsirkin S: Supported F: include/hw/i386/ -F: hw/i386/ +F: hw/i386/* F: hw/pci-host/piix.c F: hw/pci-host/q35.c F: hw/pci-host/pam.c -- MST