qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Call for help in reviewing patches (!kvm & linux-user)
@ 2010-04-14 23:32 Aurelien Jarno
  2010-04-15  0:08 ` [Qemu-devel] " Paolo Bonzini
  2010-04-15  8:25 ` [Qemu-devel] " Riku Voipio
  0 siblings, 2 replies; 5+ messages in thread
From: Aurelien Jarno @ 2010-04-14 23:32 UTC (permalink / raw)
  To: qemu-devel

Hi all,

My impression is that few persons have interest in linux-user or 
non-KVM targets areas, at least from the development point of view.
I personally don't care about linux-user code, though I have tried to
merge patches in this area anyway, as otherwise they are just 
bitrotting on the mailing list.

On the other hand there are quite more people at least following the
development in these areas, as when something is broken, you are usually
told that quite quickly.

The result is that most of the patches I am merging have been reviewed
only by me. This is not very good from the quality point of view, more 
people reviewing the code, means less risk of breakage. Reviewing 
patches also takes a lot of time, and it is very frustrating for me to
spend most of my time on QEMU merging patches, while I would also like 
to spend time writing QEMU code instead. Some days when I open my mail
client on the QEMU folder and see a few patch series posted, I just want
to close it asap.

This is therefore a call for help. If you want patches to get merged
more quickly, and with less risk of breakage, don't hesitate to review
patches posted on the mailing list, and send your comments or an
Acked-by:. This really helps when reviewing the patches.

Aurelien

PS: This is not directed to any person, and some persons are already 
    doing that, but it's just not enough.

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

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

* [Qemu-devel] Re: Call for help in reviewing patches (!kvm & linux-user)
  2010-04-14 23:32 [Qemu-devel] Call for help in reviewing patches (!kvm & linux-user) Aurelien Jarno
@ 2010-04-15  0:08 ` Paolo Bonzini
  2010-04-15  0:19   ` Alexander Graf
  2010-04-15  8:25 ` [Qemu-devel] " Riku Voipio
  1 sibling, 1 reply; 5+ messages in thread
From: Paolo Bonzini @ 2010-04-15  0:08 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: qemu-devel

On 04/15/2010 01:32 AM, Aurelien Jarno wrote:
> Hi all,
>
> My impression is that few persons have interest in linux-user or
> non-KVM targets areas, at least from the development point of view.
> I personally don't care about linux-user code, though I have tried to
> merge patches in this area anyway, as otherwise they are just
> bitrotting on the mailing list.
>
> On the other hand there are quite more people at least following the
> development in these areas, as when something is broken, you are usually
> told that quite quickly.

Let's start by fixing what is broken.  Last time I checked iothread was 
broken.  If it's fixed, there was as usual no trace of the patches on 
the list...

You get kudos for posting all your patches, unlike many other 
committers, besides the work reviewing and applying ours.

Paolo

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

* Re: [Qemu-devel] Re: Call for help in reviewing patches (!kvm & linux-user)
  2010-04-15  0:08 ` [Qemu-devel] " Paolo Bonzini
@ 2010-04-15  0:19   ` Alexander Graf
  2010-04-15  0:28     ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Graf @ 2010-04-15  0:19 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel, Aurelien Jarno


On 15.04.2010, at 02:08, Paolo Bonzini wrote:

> On 04/15/2010 01:32 AM, Aurelien Jarno wrote:
>> Hi all,
>> 
>> My impression is that few persons have interest in linux-user or
>> non-KVM targets areas, at least from the development point of view.
>> I personally don't care about linux-user code, though I have tried to
>> merge patches in this area anyway, as otherwise they are just
>> bitrotting on the mailing list.
>> 
>> On the other hand there are quite more people at least following the
>> development in these areas, as when something is broken, you are usually
>> told that quite quickly.
> 
> Let's start by fixing what is broken.  Last time I checked iothread was broken.  If it's fixed, there was as usual no trace of the patches on the list...

There was a patch from blue, posted, pinged, NACK'ed, pinged, ACK'ed my Marcelo, pushed.

Alex

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

* [Qemu-devel] Re: Call for help in reviewing patches (!kvm & linux-user)
  2010-04-15  0:19   ` Alexander Graf
@ 2010-04-15  0:28     ` Paolo Bonzini
  0 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2010-04-15  0:28 UTC (permalink / raw)
  To: Alexander Graf; +Cc: qemu-devel, Aurelien Jarno

On 04/15/2010 02:19 AM, Alexander Graf wrote:
>>> Let's start by fixing what is broken.  Last time I checked
>>> iothread was broken.  If it's fixed, there was as usual no trace
>>> of the patches on the list...
>
> There was a patch from blue, posted, pinged, NACK'ed, pinged, ACK'ed
> my Marcelo, pushed.

Yeah, I had seen only the NACK.  Now I rebased and it's there.  Thanks,

Paolo

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

* Re: [Qemu-devel] Call for help in reviewing patches (!kvm & linux-user)
  2010-04-14 23:32 [Qemu-devel] Call for help in reviewing patches (!kvm & linux-user) Aurelien Jarno
  2010-04-15  0:08 ` [Qemu-devel] " Paolo Bonzini
@ 2010-04-15  8:25 ` Riku Voipio
  1 sibling, 0 replies; 5+ messages in thread
From: Riku Voipio @ 2010-04-15  8:25 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: qemu-devel

On Thu, Apr 15, 2010 at 01:32:17AM +0200, Aurelien Jarno wrote:
> My impression is that few persons have interest in linux-user or 
> non-KVM targets areas, at least from the development point of view.
> I personally don't care about linux-user code, though I have tried to
> merge patches in this area anyway, as otherwise they are just 
> bitrotting on the mailing list.

I'll increase my effort on reviewing and testing linux-user patches once
I have a bit more time.

Riku

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

end of thread, other threads:[~2010-04-15  8:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-14 23:32 [Qemu-devel] Call for help in reviewing patches (!kvm & linux-user) Aurelien Jarno
2010-04-15  0:08 ` [Qemu-devel] " Paolo Bonzini
2010-04-15  0:19   ` Alexander Graf
2010-04-15  0:28     ` Paolo Bonzini
2010-04-15  8:25 ` [Qemu-devel] " Riku Voipio

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).