From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYvMv-0001HC-S0 for qemu-devel@nongnu.org; Tue, 09 Jan 2018 09:59:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYvMs-0007Fy-QG for qemu-devel@nongnu.org; Tue, 09 Jan 2018 09:59:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43356) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYvMs-0007FT-JV for qemu-devel@nongnu.org; Tue, 09 Jan 2018 09:59:10 -0500 Date: Tue, 9 Jan 2018 16:59:03 +0200 From: "Michael S. Tsirkin" Message-ID: <1515509463-2675-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2] isa/piix: move to mips malta List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno , Yongbok Kim , =?utf-8?B?SGVydsOp?= Poussineau , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Michael Tokarev , Thomas Huth , Paolo Bonzini , Markus Armbruster This device is only used on mips malta, move it to the maintainer that's actually testing it. Cc: Aurelien Jarno Cc: Yongbok Kim Cc: Herv=C3=A9 Poussineau Signed-off-by: Michael S. Tsirkin --- Aurelien, pls feel free to merge this or v1. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0255113..0b8a5e7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -641,6 +641,7 @@ Malta M: Aurelien Jarno S: Maintained F: hw/mips/mips_malta.c +F: hw/isa/piix4.c =20 Mipssim M: Yongbok Kim @@ -849,7 +850,6 @@ F: hw/pci-host/q35.c F: hw/pci-host/pam.c F: include/hw/pci-host/q35.h F: include/hw/pci-host/pam.h -F: hw/isa/piix4.c F: hw/isa/lpc_ich9.c F: hw/i2c/smbus_ich9.c F: hw/acpi/piix4.c --=20 MST