qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] proposal: new qemu-arm mailing list
@ 2015-10-27 10:15 Peter Maydell
  2015-10-27 10:53 ` Andrew Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Peter Maydell @ 2015-10-27 10:15 UTC (permalink / raw)
  To: QEMU Developers
  Cc: Edgar E. Iglesias, Peter Crosthwaite, Alex Bennée,
	Paolo Bonzini

Hi; it's been suggested to me that it would be helpful to have a
qemu-arm mailing list, along the lines of the existing qemu-ppc
and qemu-block lists. The idea would be to get people to cc the
list with their ARM related patches, so it would mostly act as
a way for people to filter their mail to separate the ARM stuff
out from the qemu-devel firehose. (Everything should still be
cc'd to qemu-devel as well.)

Any objections/opinions?

thanks
-- PMM

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 10:15 [Qemu-devel] proposal: new qemu-arm mailing list Peter Maydell
@ 2015-10-27 10:53 ` Andrew Jones
  2015-10-29 15:11   ` Alex Bennée
  2015-10-27 11:02 ` Edgar E. Iglesias
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 13+ messages in thread
From: Andrew Jones @ 2015-10-27 10:53 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Edgar E. Iglesias, Peter Crosthwaite, Alex Bennée,
	QEMU Developers, Paolo Bonzini

On Tue, Oct 27, 2015 at 10:15:32AM +0000, Peter Maydell wrote:
> Hi; it's been suggested to me that it would be helpful to have a
> qemu-arm mailing list, along the lines of the existing qemu-ppc
> and qemu-block lists. The idea would be to get people to cc the
> list with their ARM related patches, so it would mostly act as
> a way for people to filter their mail to separate the ARM stuff
> out from the qemu-devel firehose. (Everything should still be
> cc'd to qemu-devel as well.)
> 
> Any objections/opinions?

FWIW, I like the idea. Although

notmuch tag +qemu-arm -- tag:new \
                         and to:qemu-devel@nongnu.org \
                         and \( subject:arm or subject:aarch64 \)

also seems to work pretty well for me.

Thanks,
drew

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 10:15 [Qemu-devel] proposal: new qemu-arm mailing list Peter Maydell
  2015-10-27 10:53 ` Andrew Jones
@ 2015-10-27 11:02 ` Edgar E. Iglesias
  2015-10-27 15:13   ` Peter Crosthwaite
                     ` (2 more replies)
  2015-10-27 11:07 ` Pavel Fedin
  2015-10-29 14:18 ` Peter Maydell
  3 siblings, 3 replies; 13+ messages in thread
From: Edgar E. Iglesias @ 2015-10-27 11:02 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Paolo Bonzini, Peter Crosthwaite, Alex Bennée,
	QEMU Developers

On Tue, Oct 27, 2015 at 10:15:32AM +0000, Peter Maydell wrote:
> Hi; it's been suggested to me that it would be helpful to have a
> qemu-arm mailing list, along the lines of the existing qemu-ppc
> and qemu-block lists. The idea would be to get people to cc the
> list with their ARM related patches, so it would mostly act as
> a way for people to filter their mail to separate the ARM stuff
> out from the qemu-devel firehose. (Everything should still be
> cc'd to qemu-devel as well.)
> 
> Any objections/opinions?
>

Sounds good to me!

Best regards,
Edgar 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 10:15 [Qemu-devel] proposal: new qemu-arm mailing list Peter Maydell
  2015-10-27 10:53 ` Andrew Jones
  2015-10-27 11:02 ` Edgar E. Iglesias
@ 2015-10-27 11:07 ` Pavel Fedin
  2015-10-27 11:16   ` Peter Maydell
  2015-10-29 14:18 ` Peter Maydell
  3 siblings, 1 reply; 13+ messages in thread
From: Pavel Fedin @ 2015-10-27 11:07 UTC (permalink / raw)
  To: 'Peter Maydell', 'QEMU Developers'
  Cc: 'Edgar E. Iglesias', 'Peter Crosthwaite',
	'Alex Bennée', 'Paolo Bonzini'

 Hello!

> The idea would be to get people to cc the
> list with their ARM related patches, so it would mostly act as
> a way for people to filter their mail to separate the ARM stuff
> out from the qemu-devel firehose.

 I also vote for it. The main qemu-devel traffic is quite high, and not everyone wants to get it.

> (Everything should still be cc'd to qemu-devel as well.)

 I would drop this requirement, except for stuff which could touch core functionality (qom, qobject).

Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 11:07 ` Pavel Fedin
@ 2015-10-27 11:16   ` Peter Maydell
  2015-10-27 16:59     ` John Snow
  0 siblings, 1 reply; 13+ messages in thread
From: Peter Maydell @ 2015-10-27 11:16 UTC (permalink / raw)
  To: Pavel Fedin
  Cc: Edgar E. Iglesias, Peter Crosthwaite, Alex Bennée,
	QEMU Developers, Paolo Bonzini

On 27 October 2015 at 11:07, Pavel Fedin <p.fedin@samsung.com> wrote:
>> (Everything should still be cc'd to qemu-devel as well.)
>
>  I would drop this requirement, except for stuff which could touch
> core functionality (qom, qobject).

This is a standard requirement for all our sub-mailing lists --
not everybody is subscribed to all of them, and it is useful
to be able to get an overview of everything going on by
subscribing to a single mailing list.

thanks
-- PMM

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 11:02 ` Edgar E. Iglesias
@ 2015-10-27 15:13   ` Peter Crosthwaite
  2015-10-29  3:51   ` Shannon Zhao
  2015-10-29  9:43   ` Sergey Fedorov
  2 siblings, 0 replies; 13+ messages in thread
From: Peter Crosthwaite @ 2015-10-27 15:13 UTC (permalink / raw)
  To: Edgar E. Iglesias
  Cc: Peter Maydell, Alex Bennée, QEMU Developers, Paolo Bonzini

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

On Tue, Oct 27, 2015 at 4:02 AM, Edgar E. Iglesias <edgar.iglesias@gmail.com
> wrote:

> On Tue, Oct 27, 2015 at 10:15:32AM +0000, Peter Maydell wrote:
> > Hi; it's been suggested to me that it would be helpful to have a
> > qemu-arm mailing list, along the lines of the existing qemu-ppc
> > and qemu-block lists. The idea would be to get people to cc the
> > list with their ARM related patches, so it would mostly act as
> > a way for people to filter their mail to separate the ARM stuff
> > out from the qemu-devel firehose. (Everything should still be
> > cc'd to qemu-devel as well.)
> >
> > Any objections/opinions?
> >
>
> Sounds good to me!
>
>
+1.

Regards,
Peter



> Best regards,
> Edgar
>

[-- Attachment #2: Type: text/html, Size: 1314 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 11:16   ` Peter Maydell
@ 2015-10-27 16:59     ` John Snow
  2015-10-28  6:49       ` Pavel Fedin
  0 siblings, 1 reply; 13+ messages in thread
From: John Snow @ 2015-10-27 16:59 UTC (permalink / raw)
  To: Peter Maydell, Pavel Fedin
  Cc: Edgar E. Iglesias, Peter Crosthwaite, Alex Bennée,
	QEMU Developers, Paolo Bonzini



On 10/27/2015 07:16 AM, Peter Maydell wrote:
> On 27 October 2015 at 11:07, Pavel Fedin <p.fedin@samsung.com> wrote:
>>> (Everything should still be cc'd to qemu-devel as well.)
>>
>>  I would drop this requirement, except for stuff which could touch
>> core functionality (qom, qobject).
> 
> This is a standard requirement for all our sub-mailing lists --
> not everybody is subscribed to all of them, and it is useful
> to be able to get an overview of everything going on by
> subscribing to a single mailing list.
> 
> thanks
> -- PMM
> 

Just to jump on and bead a dead horse, I am not OK with the idea of a
mailing list where patches might get reviewed and staged for pull
without the general population of qemu-devel being able to look first.

I don't want to have to scan the [PULL] tag hoping to catch things of
interest to me that were reviewed on opaque-to-me sub-mailing lists.

--js

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 16:59     ` John Snow
@ 2015-10-28  6:49       ` Pavel Fedin
  2015-10-28 15:20         ` John Snow
  0 siblings, 1 reply; 13+ messages in thread
From: Pavel Fedin @ 2015-10-28  6:49 UTC (permalink / raw)
  To: 'John Snow', 'Peter Maydell'
  Cc: 'Edgar E. Iglesias', 'Peter Crosthwaite',
	'Alex Bennée', 'QEMU Developers',
	'Paolo Bonzini'

 Hello!

> Just to jump on and bead a dead horse, I am not OK with the idea of a
> mailing list where patches might get reviewed and staged for pull
> without the general population of qemu-devel being able to look first.

 Ok ok, i don't object, Peter has already explained a similar thing to me, and i silently agreed.

Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-28  6:49       ` Pavel Fedin
@ 2015-10-28 15:20         ` John Snow
  0 siblings, 0 replies; 13+ messages in thread
From: John Snow @ 2015-10-28 15:20 UTC (permalink / raw)
  To: Pavel Fedin, 'Peter Maydell'
  Cc: 'Edgar E. Iglesias', 'Peter Crosthwaite',
	'Alex Bennée', 'QEMU Developers',
	'Paolo Bonzini'



On 10/28/2015 02:49 AM, Pavel Fedin wrote:
>  Hello!
> 
>> Just to jump on and bead a dead horse, I am not OK with the idea of a
>> mailing list where patches might get reviewed and staged for pull
>> without the general population of qemu-devel being able to look first.
> 
>  Ok ok, i don't object, Peter has already explained a similar thing to me, and i silently agreed.
> 
> Kind regards,
> Pavel Fedin
> Expert Engineer
> Samsung Electronics Research center Russia
> 
> 

Sorry :)

I am of course in favor of the list in general. qemu-block has been very
useful for us.

--js

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 11:02 ` Edgar E. Iglesias
  2015-10-27 15:13   ` Peter Crosthwaite
@ 2015-10-29  3:51   ` Shannon Zhao
  2015-10-29  9:43   ` Sergey Fedorov
  2 siblings, 0 replies; 13+ messages in thread
From: Shannon Zhao @ 2015-10-29  3:51 UTC (permalink / raw)
  To: Edgar E. Iglesias, Peter Maydell
  Cc: Paolo Bonzini, Peter Crosthwaite, Alex Bennée,
	QEMU Developers



On 2015/10/27 19:02, Edgar E. Iglesias wrote:
> On Tue, Oct 27, 2015 at 10:15:32AM +0000, Peter Maydell wrote:
>> Hi; it's been suggested to me that it would be helpful to have a
>> qemu-arm mailing list, along the lines of the existing qemu-ppc
>> and qemu-block lists. The idea would be to get people to cc the
>> list with their ARM related patches, so it would mostly act as
>> a way for people to filter their mail to separate the ARM stuff
>> out from the qemu-devel firehose. (Everything should still be
>> cc'd to qemu-devel as well.)
>>
>> Any objections/opinions?
>>
> 
> Sounds good to me!
> 
+1

-- 
Shannon

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 11:02 ` Edgar E. Iglesias
  2015-10-27 15:13   ` Peter Crosthwaite
  2015-10-29  3:51   ` Shannon Zhao
@ 2015-10-29  9:43   ` Sergey Fedorov
  2 siblings, 0 replies; 13+ messages in thread
From: Sergey Fedorov @ 2015-10-29  9:43 UTC (permalink / raw)
  To: Edgar E. Iglesias, Peter Maydell
  Cc: Paolo Bonzini, Peter Crosthwaite, Alex Bennée,
	QEMU Developers

On 27.10.2015 14:02, Edgar E. Iglesias wrote:
> On Tue, Oct 27, 2015 at 10:15:32AM +0000, Peter Maydell wrote:
>> Hi; it's been suggested to me that it would be helpful to have a
>> qemu-arm mailing list, along the lines of the existing qemu-ppc
>> and qemu-block lists. The idea would be to get people to cc the
>> list with their ARM related patches, so it would mostly act as
>> a way for people to filter their mail to separate the ARM stuff
>> out from the qemu-devel firehose. (Everything should still be
>> cc'd to qemu-devel as well.)
>>
>> Any objections/opinions?
>>
> Sounds good to me!

+1

Best regards,
Sergey

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 10:15 [Qemu-devel] proposal: new qemu-arm mailing list Peter Maydell
                   ` (2 preceding siblings ...)
  2015-10-27 11:07 ` Pavel Fedin
@ 2015-10-29 14:18 ` Peter Maydell
  3 siblings, 0 replies; 13+ messages in thread
From: Peter Maydell @ 2015-10-29 14:18 UTC (permalink / raw)
  To: QEMU Developers
  Cc: Edgar E. Iglesias, Peter Crosthwaite, qemu-arm, Alex Bennée,
	Paolo Bonzini

On 27 October 2015 at 10:15, Peter Maydell <peter.maydell@linaro.org> wrote:
> Hi; it's been suggested to me that it would be helpful to have a
> qemu-arm mailing list, along the lines of the existing qemu-ppc
> and qemu-block lists. The idea would be to get people to cc the
> list with their ARM related patches, so it would mostly act as
> a way for people to filter their mail to separate the ARM stuff
> out from the qemu-devel firehose. (Everything should still be
> cc'd to qemu-devel as well.)

OK, I've now created qemu-arm@nongnu.org. The mailman subscribe
page is here: https://lists.nongnu.org/mailman/listinfo/qemu-arm
though of course you can just stay subscribed to qemu-devel and
filter on qemu-arm being in cc...

thanks
-- PMM

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] proposal: new qemu-arm mailing list
  2015-10-27 10:53 ` Andrew Jones
@ 2015-10-29 15:11   ` Alex Bennée
  0 siblings, 0 replies; 13+ messages in thread
From: Alex Bennée @ 2015-10-29 15:11 UTC (permalink / raw)
  To: Andrew Jones
  Cc: Peter Maydell, Peter Crosthwaite, Paolo Bonzini, QEMU Developers,
	Edgar E. Iglesias


Andrew Jones <drjones@redhat.com> writes:

> On Tue, Oct 27, 2015 at 10:15:32AM +0000, Peter Maydell wrote:
>> Hi; it's been suggested to me that it would be helpful to have a
>> qemu-arm mailing list, along the lines of the existing qemu-ppc
>> and qemu-block lists. The idea would be to get people to cc the
>> list with their ARM related patches, so it would mostly act as
>> a way for people to filter their mail to separate the ARM stuff
>> out from the qemu-devel firehose. (Everything should still be
>> cc'd to qemu-devel as well.)
>> 
>> Any objections/opinions?
>
> FWIW, I like the idea. Although

I have no objections to the idea.

>
> notmuch tag +qemu-arm -- tag:new \
>                          and to:qemu-devel@nongnu.org \
>                          and \( subject:arm or subject:aarch64 \)
>
> also seems to work pretty well for me.

Funnily enough for mu I have the something similar:

list:qemu-devel.nongnu.org AND (aarch64 OR arm64 OR A64)

>
> Thanks,
> drew


-- 
Alex Bennée

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-10-29 15:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27 10:15 [Qemu-devel] proposal: new qemu-arm mailing list Peter Maydell
2015-10-27 10:53 ` Andrew Jones
2015-10-29 15:11   ` Alex Bennée
2015-10-27 11:02 ` Edgar E. Iglesias
2015-10-27 15:13   ` Peter Crosthwaite
2015-10-29  3:51   ` Shannon Zhao
2015-10-29  9:43   ` Sergey Fedorov
2015-10-27 11:07 ` Pavel Fedin
2015-10-27 11:16   ` Peter Maydell
2015-10-27 16:59     ` John Snow
2015-10-28  6:49       ` Pavel Fedin
2015-10-28 15:20         ` John Snow
2015-10-29 14:18 ` 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).