From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXL62-0005kU-5e for qemu-devel@nongnu.org; Mon, 25 Jun 2018 02:35:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXL60-0003ku-Vx for qemu-devel@nongnu.org; Mon, 25 Jun 2018 02:35:30 -0400 References: <20180606144706.29732-1-f4bug@amsat.org> <1160f838-5625-b9bf-6c34-3071ed185074@redhat.com> <0c5018d5-7e87-bba1-7522-c8020277bde0@amsat.org> From: Thomas Huth Message-ID: <3289c3d6-91e4-1d29-2d10-da4e0fe7ef6e@redhat.com> Date: Mon, 25 Jun 2018 08:35:19 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Peter Maydell Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org On 22.06.2018 15:30, Philippe Mathieu-Daud=C3=A9 wrote: > Hi Peter, >=20 > On 06/06/2018 12:02 PM, Philippe Mathieu-Daud=C3=A9 wrote: >> On 06/06/2018 11:53 AM, Thomas Huth wrote: >>> On 06.06.2018 16:47, Philippe Mathieu-Daud=C3=A9 wrote: >>>> These COMs are hard to find, and the companie dropped the support >> >> "company" :/ >> >>>> few years ago. >>>> >>>> Per the "Gumstix Product Changes, Known Issues, and EOL" pdf: >>>> >>>> - Phasing out: PXA270-based Verdex product line >>>> September 2012 >>>> >>>> - Phasing out: PXA255-based Basix & Connex >>>> September 2009 >>>> >>>> However there are still booting SD card image availables, very >>>> convenient to stress test the QEMU SD card implementation. >>>> Therefore I volunteer to keep an eye on this file, while it >>>> is useful for testing. >>>> >>>> Signed-off-by: Philippe Mathieu-Daud=C3=A9 >>>> --- >>>> MAINTAINERS | 3 ++- >>>> 1 file changed, 2 insertions(+), 1 deletion(-) >>>> >>>> diff --git a/MAINTAINERS b/MAINTAINERS >>>> index 41cd3736a9..1825deb762 100644 >>>> --- a/MAINTAINERS >>>> +++ b/MAINTAINERS >>>> @@ -491,9 +491,10 @@ F: include/hw/arm/digic.h >>>> F: hw/*/digic* >>>> =20 >>>> Gumstix >>>> +M: Philippe Mathieu-Daud=C3=A9 >>>> L: qemu-devel@nongnu.org >>>> L: qemu-arm@nongnu.org >>>> -S: Orphan >>>> +S: Odd Fixes >>>> F: hw/arm/gumstix.c >>> >>> Great! So we can also remove the Gumstix entries from >>> https://wiki.qemu.org/Features/LegacyRemoval ? >> >> I'll remove these now, eventually adding a new Gumstix COMs >> wiki entry when Avocados tests are merged, although reading >> the tests should be enough. >=20 > Do you agree with this patch? FWIW: Reviewed-by: Thomas Huth > This is mostly to avoid removing these 2 boards in 2 releases from now. As long as they are not listed in the "deprecation" chapter of qemu-doc.texi, they are *not* officially marked as deprecated and thus won't get removed in two releases. > I already removed them from the "Future deprecated candidates" entry in > the Wiki. Ok, thanks! Thomas