From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeL07-0001di-7k for qemu-devel@nongnu.org; Tue, 22 Sep 2015 06:40:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeL04-00033P-0V for qemu-devel@nongnu.org; Tue, 22 Sep 2015 06:40:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeL03-000338-Ot for qemu-devel@nongnu.org; Tue, 22 Sep 2015 06:40:39 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 9D8B3AA8 for ; Tue, 22 Sep 2015 10:40:38 +0000 (UTC) Date: Tue, 22 Sep 2015 13:40:35 +0300 From: "Michael S. Tsirkin" Message-ID: <20150922134002-mutt-send-email-mst@redhat.com> References: <1442915813-21059-1-git-send-email-pbonzini@redhat.com> <1442915813-21059-9-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-9-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 08/14] MAINTAINERS: add more devices to the PC 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:47AM +0200, Paolo Bonzini wrote: > For chipset devices, I can co-maintain it with Michael. > > Cc: Michael S. Tsirkin > Signed-off-by: Paolo Bonzini Thanks a lot, I'll merge this! > --- > MAINTAINERS | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1578db4..8474d22 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -621,6 +621,25 @@ F: hw/acpi/piix4.c > F: hw/acpi/ich9.c > F: include/hw/acpi/ich9.h > F: include/hw/acpi/piix.h > +F: hw/misc/sga.c > + > +PC Chipset > +M: Michael S. Tsirkin > +M: Paolo Bonzini > +S: Support > +F: hw/char/debugcon.c > +F: hw/char/parallel.c > +F: hw/char/serial* > +F: hw/dma/i8257* > +F: hw/i2c/pm_smbus.c > +F: hw/intc/apic* > +F: hw/intc/ioapic* > +F: hw/intc/i8259* > +F: hw/misc/debugexit.c > +F: hw/misc/pc-testdev.c > +F: hw/timer/hpet* > +F: hw/timer/i8254* > +F: hw/timer/mc146818rtc* > > > Xtensa Machines > -- > 2.5.0 >