From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWmPC-0008DU-Lq for qemu-devel@nongnu.org; Tue, 11 Dec 2018 13:05:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWmP7-0007Sq-0y for qemu-devel@nongnu.org; Tue, 11 Dec 2018 13:05:14 -0500 From: Laurent Vivier Date: Tue, 11 Dec 2018 19:03:39 +0100 Message-Id: <20181211180352.19644-18-laurent@vivier.eu> In-Reply-To: <20181211180352.19644-1-laurent@vivier.eu> References: <20181211180352.19644-1-laurent@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 17/30] MAINTAINERS: Add missing entries to the PC Chipset section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , qemu-trivial@nongnu.org, Laurent Vivier , Richard Henderson , Eduardo Habkost , Michael Tokarev , Paolo Bonzini , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= From: Philippe Mathieu-Daudé Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Message-Id: <20181125205000.10324-13-philmd@redhat.com> Signed-off-by: Laurent Vivier --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index bfd4ddd93b..a7bf9c42a9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1151,11 +1151,13 @@ F: hw/timer/hpet* F: hw/timer/i8254* F: hw/timer/mc146818rtc* F: hw/watchdog/wdt_ib700.c +F: hw/watchdog/wdt_i6300esb.c F: include/hw/display/vga.h F: include/hw/char/parallel.h F: include/hw/dma/i8257.h F: include/hw/i2c/pm_smbus.h F: include/hw/input/i8042.h +F: include/hw/isa/i8259_internal.h F: include/hw/isa/superio.h F: include/hw/timer/hpet.h F: include/hw/timer/i8254* -- 2.19.2