* [Qemu-devel] qemu: tree for pci related fixes @ 2009-09-23 15:56 Michael S. Tsirkin 2009-09-23 18:11 ` [Qemu-devel] " Anthony Liguori 0 siblings, 1 reply; 7+ messages in thread From: Michael S. Tsirkin @ 2009-09-23 15:56 UTC (permalink / raw) To: Paul Brook, Avi Kivity, qemu-devel, Carsten Otte, Christian Borntraeger, kraxel, markmc, Anthony Liguori Hi! I created a qemu tree to collect pci related qemu fixes, to make sure they don't get lost. The idea's the patches have been posted on list already, so it should be enough to repost a short summary here, rather than flood everyone's mailboxes by reposting a full patchset. The tree is here: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci Beware: do not publish a tree on top of this one as I might be rebasing it. If you want me to add a patch there, just mail me. Below's the first nag: --- Here are the pci fixes I know of that haven't been applied already. Anthony, all, any more comments on any of them? If yes, please reply on the original patch. If no, please apply. 9305505 qemu/virtio-pci: remove unnecessary check c128c88 qemu/pci: reset device registers on bus reset 74b7e8b qemu/pci: refactor code/symbolic constants 5307502 qemu/virtio: fix reset with device removal c1f2e99 qemu/qdev: type safety in reset handler Thanks, -- MST ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] Re: qemu: tree for pci related fixes 2009-09-23 15:56 [Qemu-devel] qemu: tree for pci related fixes Michael S. Tsirkin @ 2009-09-23 18:11 ` Anthony Liguori 2009-09-23 19:38 ` Michael S. Tsirkin 2009-09-24 4:41 ` Michael S. Tsirkin 0 siblings, 2 replies; 7+ messages in thread From: Anthony Liguori @ 2009-09-23 18:11 UTC (permalink / raw) To: Michael S. Tsirkin Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger, kraxel, Avi Kivity, Paul Brook Hi Michael, Michael S. Tsirkin wrote: > Hi! > I created a qemu tree to collect pci related qemu fixes, > to make sure they don't get lost. > > The idea's the patches have been posted on list already, so it should be enough > to repost a short summary here, rather than flood everyone's > mailboxes by reposting a full patchset. > > The tree is here: > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci > > Beware: do not publish a tree on top of this one as I might be rebasing it. If > you want me to add a patch there, just mail me. > > Below's the first nag: > > --- > > Here are the pci fixes I know of that haven't been applied already. > Anthony, all, any more comments on any of them? > If yes, please reply on the original patch. > If no, please apply. > > 9305505 qemu/virtio-pci: remove unnecessary check > This was posted yesterday. > c128c88 qemu/pci: reset device registers on bus reset > 74b7e8b qemu/pci: refactor code/symbolic constants > 5307502 qemu/virtio: fix reset with device removal > c1f2e99 qemu/qdev: type safety in reset handler > These were posted a week ago. I am behind on staging unfortunately. I think it makes sense for everyone to keep their own trees and to make them publicly accessible. However, for resends, I would still like them to occur on the mailing list. In general, I would wait at least two weeks for a resend. I understand that this is a very long time and I'm working on trying to make patch response time more reliable. I would like to point out though that these patches are by no means lost. Regards, Anthony Liguori ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] Re: qemu: tree for pci related fixes 2009-09-23 18:11 ` [Qemu-devel] " Anthony Liguori @ 2009-09-23 19:38 ` Michael S. Tsirkin 2009-09-23 20:38 ` Anthony Liguori 2009-09-24 4:41 ` Michael S. Tsirkin 1 sibling, 1 reply; 7+ messages in thread From: Michael S. Tsirkin @ 2009-09-23 19:38 UTC (permalink / raw) To: Anthony Liguori Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger, kraxel, Avi Kivity, Paul Brook On Wed, Sep 23, 2009 at 01:11:48PM -0500, Anthony Liguori wrote: > I think it makes sense for everyone to keep their own trees and to make > them publicly accessible. However, for resends, I would still like them > to occur on the mailing list. Okay I guess .. but why? ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] Re: qemu: tree for pci related fixes 2009-09-23 19:38 ` Michael S. Tsirkin @ 2009-09-23 20:38 ` Anthony Liguori 2009-09-24 4:18 ` Michael S. Tsirkin 0 siblings, 1 reply; 7+ messages in thread From: Anthony Liguori @ 2009-09-23 20:38 UTC (permalink / raw) To: Michael S. Tsirkin Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger, kraxel, Avi Kivity, Paul Brook Michael S. Tsirkin wrote: > On Wed, Sep 23, 2009 at 01:11:48PM -0500, Anthony Liguori wrote: > >> I think it makes sense for everyone to keep their own trees and to make >> them publicly accessible. However, for resends, I would still like them >> to occur on the mailing list. >> > > Okay I guess .. but why? > Resends happen for one of two reasons. Either I'm too slow and the sender is impatient or I've dropped the patch and not provided appropriate explanation. I see both cases as a failure on my part and [RESEND] on the list gets my attention much better than having a git tree. Regards, Anthony Liguori ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] Re: qemu: tree for pci related fixes 2009-09-23 20:38 ` Anthony Liguori @ 2009-09-24 4:18 ` Michael S. Tsirkin 2009-09-24 6:38 ` Avi Kivity 0 siblings, 1 reply; 7+ messages in thread From: Michael S. Tsirkin @ 2009-09-24 4:18 UTC (permalink / raw) To: Anthony Liguori Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger, kraxel, Avi Kivity, Paul Brook On Wed, Sep 23, 2009 at 03:38:37PM -0500, Anthony Liguori wrote: > Michael S. Tsirkin wrote: >> On Wed, Sep 23, 2009 at 01:11:48PM -0500, Anthony Liguori wrote: >> >>> I think it makes sense for everyone to keep their own trees and to >>> make them publicly accessible. However, for resends, I would still >>> like them to occur on the mailing list. >>> >> >> Okay I guess .. but why? >> > Resends happen for one of two reasons. Either I'm too slow and the > sender is impatient or I've dropped the patch and not provided > appropriate explanation. I see both cases as a failure on my part and > [RESEND] on the list gets my attention much better than having a git > tree. > > Regards, > > Anthony Liguori OK, so the tree will complement RESENDs, not replace them. Maybe I'll try to script something that converts old patches to RESENDs, we'll see. -- MST ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] Re: qemu: tree for pci related fixes 2009-09-24 4:18 ` Michael S. Tsirkin @ 2009-09-24 6:38 ` Avi Kivity 0 siblings, 0 replies; 7+ messages in thread From: Avi Kivity @ 2009-09-24 6:38 UTC (permalink / raw) To: Michael S. Tsirkin Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger, kraxel, Paul Brook On 09/24/2009 07:18 AM, Michael S. Tsirkin wrote: > Maybe I'll try to script something that converts old patches to RESENDs, > we'll see Please don't. Increasing pressure on an overloaded system will usually reduce throughput. We need restraint, not automation. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] Re: qemu: tree for pci related fixes 2009-09-23 18:11 ` [Qemu-devel] " Anthony Liguori 2009-09-23 19:38 ` Michael S. Tsirkin @ 2009-09-24 4:41 ` Michael S. Tsirkin 1 sibling, 0 replies; 7+ messages in thread From: Michael S. Tsirkin @ 2009-09-24 4:41 UTC (permalink / raw) To: Anthony Liguori Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger, kraxel, Avi Kivity, Paul Brook On Wed, Sep 23, 2009 at 01:11:48PM -0500, Anthony Liguori wrote: > Hi Michael, > > Michael S. Tsirkin wrote: >> Hi! >> I created a qemu tree to collect pci related qemu fixes, >> to make sure they don't get lost. >> >> The idea's the patches have been posted on list already, so it should be enough >> to repost a short summary here, rather than flood everyone's >> mailboxes by reposting a full patchset. >> >> The tree is here: >> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci >> >> Beware: do not publish a tree on top of this one as I might be rebasing it. If >> you want me to add a patch there, just mail me. >> >> Below's the first nag: >> >> --- >> >> Here are the pci fixes I know of that haven't been applied already. >> Anthony, all, any more comments on any of them? >> If yes, please reply on the original patch. >> If no, please apply. >> >> 9305505 qemu/virtio-pci: remove unnecessary check >> > > This was posted yesterday. Well, it's an obvious one-liner. Trivial patches can get in my tree faster than complex ones. I realize you have a huge queue of patches to go through so even trivial ones become a burden with compilation failures and whatnot, but my queue is short :) >> c128c88 qemu/pci: reset device registers on bus reset >> 74b7e8b qemu/pci: refactor code/symbolic constants >> 5307502 qemu/virtio: fix reset with device removal >> c1f2e99 qemu/qdev: type safety in reset handler >> > > These were posted a week ago. I am behind on staging unfortunately. > > I think it makes sense for everyone to keep their own trees and to make > them publicly accessible. However, for resends, I would still like them > to occur on the mailing list. > > In general, I would wait at least two weeks for a resend. I understand > that this is a very long time and I'm working on trying to make patch > response time more reliable. I would like to point out though that > these patches are by no means lost. Yes, recently I do not remember real need for resends, as in patch being lost. That's why I'm sending out a summary instead. For example, it is possible that some objection to a patch was not addressed and the author missed this fact in the latest version. I'm not trying to say "merge this now", I'm trying to say "I think it's ready, please shout if it's not". > > Regards, > > Anthony Liguori ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-09-24 6:38 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-09-23 15:56 [Qemu-devel] qemu: tree for pci related fixes Michael S. Tsirkin 2009-09-23 18:11 ` [Qemu-devel] " Anthony Liguori 2009-09-23 19:38 ` Michael S. Tsirkin 2009-09-23 20:38 ` Anthony Liguori 2009-09-24 4:18 ` Michael S. Tsirkin 2009-09-24 6:38 ` Avi Kivity 2009-09-24 4:41 ` Michael S. Tsirkin
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).