* [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
@ 2018-06-06 14:47 Philippe Mathieu-Daudé
2018-06-06 14:53 ` Thomas Huth
0 siblings, 1 reply; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-06-06 14:47 UTC (permalink / raw)
To: Peter Maydell, Thomas Huth
Cc: Philippe Mathieu-Daudé, qemu-devel, qemu-arm
These COMs are hard to find, and the companie dropped the support
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é <f4bug@amsat.org>
---
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*
Gumstix
+M: Philippe Mathieu-Daudé <f4bug@amsat.org>
L: qemu-devel@nongnu.org
L: qemu-arm@nongnu.org
-S: Orphan
+S: Odd Fixes
F: hw/arm/gumstix.c
i.MX31
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
2018-06-06 14:47 [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines Philippe Mathieu-Daudé
@ 2018-06-06 14:53 ` Thomas Huth
2018-06-06 15:02 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Huth @ 2018-06-06 14:53 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Peter Maydell; +Cc: qemu-devel, qemu-arm
On 06.06.2018 16:47, Philippe Mathieu-Daudé wrote:
> These COMs are hard to find, and the companie dropped the support
> 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é <f4bug@amsat.org>
> ---
> 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*
>
> Gumstix
> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
> 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 ?
Thomas
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
2018-06-06 14:53 ` Thomas Huth
@ 2018-06-06 15:02 ` Philippe Mathieu-Daudé
2018-06-22 13:30 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-06-06 15:02 UTC (permalink / raw)
To: Thomas Huth, Peter Maydell; +Cc: qemu-devel, qemu-arm
On 06/06/2018 11:53 AM, Thomas Huth wrote:
> On 06.06.2018 16:47, Philippe Mathieu-Daudé 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é <f4bug@amsat.org>
>> ---
>> 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*
>>
>> Gumstix
>> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> 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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
2018-06-06 15:02 ` Philippe Mathieu-Daudé
@ 2018-06-22 13:30 ` Philippe Mathieu-Daudé
2018-06-25 6:35 ` Thomas Huth
2018-06-25 10:55 ` Peter Maydell
0 siblings, 2 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-06-22 13:30 UTC (permalink / raw)
To: Peter Maydell; +Cc: Thomas Huth, qemu-devel, qemu-arm
Hi Peter,
On 06/06/2018 12:02 PM, Philippe Mathieu-Daudé wrote:
> On 06/06/2018 11:53 AM, Thomas Huth wrote:
>> On 06.06.2018 16:47, Philippe Mathieu-Daudé 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é <f4bug@amsat.org>
>>> ---
>>> 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*
>>>
>>> Gumstix
>>> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
>>> 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.
Do you agree with this patch? This is mostly to avoid removing these 2
boards in 2 releases from now. The datasheets are public so I can keep
an eye on them.
I already removed them from the "Future deprecated candidates" entry in
the Wiki.
Regards,
Phil.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
2018-06-22 13:30 ` Philippe Mathieu-Daudé
@ 2018-06-25 6:35 ` Thomas Huth
2018-06-25 10:55 ` Peter Maydell
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2018-06-25 6:35 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Peter Maydell; +Cc: qemu-arm, qemu-devel
On 22.06.2018 15:30, Philippe Mathieu-Daudé wrote:
> Hi Peter,
>
> On 06/06/2018 12:02 PM, Philippe Mathieu-Daudé wrote:
>> On 06/06/2018 11:53 AM, Thomas Huth wrote:
>>> On 06.06.2018 16:47, Philippe Mathieu-Daudé 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é <f4bug@amsat.org>
>>>> ---
>>>> 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*
>>>>
>>>> Gumstix
>>>> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
>>>> 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.
>
> Do you agree with this patch?
FWIW:
Reviewed-by: Thomas Huth <thuth@redhat.com>
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
2018-06-22 13:30 ` Philippe Mathieu-Daudé
2018-06-25 6:35 ` Thomas Huth
@ 2018-06-25 10:55 ` Peter Maydell
1 sibling, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2018-06-25 10:55 UTC (permalink / raw)
To: Philippe Mathieu-Daudé; +Cc: Thomas Huth, QEMU Developers, qemu-arm
On 22 June 2018 at 14:30, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
> Hi Peter,
>
> On 06/06/2018 12:02 PM, Philippe Mathieu-Daudé wrote:
>> On 06/06/2018 11:53 AM, Thomas Huth wrote:
>>> On 06.06.2018 16:47, Philippe Mathieu-Daudé 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é <f4bug@amsat.org>
>>>> ---
>>>> 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*
>>>>
>>>> Gumstix
>>>> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
>>>> L: qemu-devel@nongnu.org
>>>> L: qemu-arm@nongnu.org
>>>> -S: Orphan
>>>> +S: Odd Fixes
>>>> F: hw/arm/gumstix.c
> Do you agree with this patch? This is mostly to avoid removing these 2
> boards in 2 releases from now. The datasheets are public so I can keep
> an eye on them.
> I already removed them from the "Future deprecated candidates" entry in
> the Wiki.
As Thomas says, whether anybody's listed in MAINTAINERS is
orthogonal to whether we choose to deprecate and remove boards.
If you want to look after these, that's cool.
I've applied this patch to target-arm.next.
thanks
-- PMM
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-06-25 10:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-06 14:47 [Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines Philippe Mathieu-Daudé
2018-06-06 14:53 ` Thomas Huth
2018-06-06 15:02 ` Philippe Mathieu-Daudé
2018-06-22 13:30 ` Philippe Mathieu-Daudé
2018-06-25 6:35 ` Thomas Huth
2018-06-25 10:55 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).