From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeL1U-0002ma-3v for qemu-devel@nongnu.org; Tue, 22 Sep 2015 06:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeL1Q-0003U5-Tp for qemu-devel@nongnu.org; Tue, 22 Sep 2015 06:42:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeL1Q-0003U1-M5 for qemu-devel@nongnu.org; Tue, 22 Sep 2015 06:42:04 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 60713461D3 for ; Tue, 22 Sep 2015 10:42:04 +0000 (UTC) Date: Tue, 22 Sep 2015 13:42:01 +0300 From: "Michael S. Tsirkin" Message-ID: <20150922134156-mutt-send-email-mst@redhat.com> References: <1442915813-21059-1-git-send-email-pbonzini@redhat.com> <1442915813-21059-10-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442915813-21059-10-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 09/14] MAINTAINERS: add more devices to the PCI section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, armbru@redhat.com On Tue, Sep 22, 2015 at 11:56:48AM +0200, Paolo Bonzini wrote: > Cc: Michael S. Tsirkin > Signed-off-by: Paolo Bonzini Reviewed-by: Michael S. Tsirkin > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8474d22..366d763 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -698,7 +698,9 @@ PCI > M: Michael S. Tsirkin > S: Supported > F: include/hw/pci/* > +F: hw/misc/pci-testdev.c > F: hw/pci/* > +F: hw/pci-bridge/* > > ACPI/SMBIOS > M: Michael S. Tsirkin > -- > 2.5.0 >