From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePn4A-0001sg-Tn for qemu-devel@nongnu.org; Fri, 15 Dec 2017 05:18:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePn46-0008Cp-Vh for qemu-devel@nongnu.org; Fri, 15 Dec 2017 05:18:06 -0500 References: <20171215033015.738-1-f4bug@amsat.org> <20171215033015.738-5-f4bug@amsat.org> From: Thomas Huth Message-ID: <800d15c5-fe10-56af-083c-501291d245ad@redhat.com> Date: Fri, 15 Dec 2017 11:17:54 +0100 MIME-Version: 1.0 In-Reply-To: <20171215033015.738-5-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 04/43] MAINTAINERS: add an entry for the i82378 (superio) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , "Michael S. Tsirkin" , Michael Tokarev Cc: qemu-devel@nongnu.org, Peter Maydell , Paolo Bonzini , Eduardo Habkost , qemu-trivial@nongnu.org On 15.12.2017 04:29, Philippe Mathieu-Daud=C3=A9 wrote: > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > Reviewed-by: Herv=C3=A9 Poussineau > Reviewed-by: Herv=C3=A9 Poussineau Remove the doubled Reviewed-by, or replace the second line with: Reviewed-by: Thomas Huth > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 31c673d60a..4618f9b4db 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -732,6 +732,7 @@ F: hw/ppc/prep.c > F: hw/ppc/prep_systemio.c > F: hw/ppc/rs6000_mc.c > F: hw/pci-host/prep.[hc] > +F: hw/isa/i82378.c > F: hw/isa/pc87312.[hc] > F: hw/dma/i82374.c > F: pc-bios/ppc_rom.bin >=20