From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQ9FU-0007ld-91 for qemu-devel@nongnu.org; Fri, 23 Nov 2018 06:03:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQ9FO-0004wl-LX for qemu-devel@nongnu.org; Fri, 23 Nov 2018 06:03:48 -0500 Received: from mail-wr1-f46.google.com ([209.85.221.46]:44069) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gQ9FO-0004w4-G1 for qemu-devel@nongnu.org; Fri, 23 Nov 2018 06:03:42 -0500 Received: by mail-wr1-f46.google.com with SMTP id z5so7624110wrt.11 for ; Fri, 23 Nov 2018 03:03:42 -0800 (PST) References: <87mw8rumhb.fsf@blackfin.pond.sub.org> <87y4s8h5rh.fsf@blackfin.pond.sub.org> <876132olyi.fsf@blackfin.pond.sub.org> <87a8fucx33.fsf@dusky.pond.sub.org> <87muq2fgbw.fsf@dusky.pond.sub.org> <30197297-c327-36a9-89f6-6a27eaef4cdf@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <7a3f005e-44fb-5fe7-55b0-c2bf23c67220@redhat.com> Date: Fri, 23 Nov 2018 12:03:39 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: BALATON Zoltan Cc: Thomas Huth , Peter Maydell , Markus Armbruster , Eduardo Habkost , qemu-devel On 23/11/18 11:56, BALATON Zoltan wrote: > On Fri, 23 Nov 2018, Philippe Mathieu-Daudé wrote: >> On 22/11/18 22:56, BALATON Zoltan wrote: >>> While we're there, should I also add pc-bios/canyonlands.dts which is >>> the device tree for sam460ex? >> >> Yes, I suggest this set: >> >> pc-bios/canyonlands.dt? >> pc-bios/u-boot-sam460* >> roms/u-boot-sam460ex > > Well, canyonlands.dtb and u-boot-sam460-*.bin are binaries built from > canyonlands.dts and roms/u-boot-sam460ex respectively and > roms/u-boot-sam460ex is mirrored from my git repo. So should these be > added despite of this or is it enough to add canyonlands.dts? I thought > only sources are listed in MAINTAINERS not binaries or external sources. Hmm I see various binaries, i.e.: $ file pc-bios/s390-ccw.img pc-bios/s390-ccw.img: ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5bf569bf2205ea94a015c1fe2702d7efb446a8c5, stripped $ ./scripts/get_maintainer.pl -f pc-bios/s390-ccw.img Christian Borntraeger (supporter:S390-ccw boot) Thomas Huth (supporter:S390-ccw boot) Cornelia Huck (supporter:S390) qemu-s390x@nongnu.org (open list:S390-ccw boot) $ file pc-bios/u-boot.e500 pc-bios/u-boot.e500: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), statically linked, stripped $ ./scripts/get_maintainer.pl -f pc-bios/u-boot.e500 David Gibson (odd fixer:e500) qemu-ppc@nongnu.org (open list:e500) If I have issues with a binary like 'canyonlands.dtb' I'd like to be able to contact the maintainer. Maybe this is not the best example since the 'canyonlands.dts' is there too ;) Regards, Phil.