qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] what's on qemu tree for pci related fixes
@ 2009-10-05 14:51 Michael S. Tsirkin
  2009-10-05 15:45 ` [Qemu-devel] " Anthony Liguori
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2009-10-05 14:51 UTC (permalink / raw)
  To: Paul Brook, Avi Kivity, qemu-devel, Carsten Otte,
	Christian Borntraeger, kraxel, markmc, Anthony Liguori,
	Isaku Yamahata

Here's the list of patches on my pci fixes tree:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci

Here are the pci fixes I know of that haven't been applied already.
All, any more comments on any of them?
If yes, please reply on the original patch, not here.

eee1bff qemu: clean up target page usage in msix
52a5bce fix comment on cpu_register_physical_memory_offset
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

Isaku Yamahata, would you like me to put some of the fixes you posted
onto this tree, to reduce the chance if conflict? I can do this, but
you'll have to start including changelog when you repost your patches so
I can figure out that some patch was not changed.

Anthony, I decided not to rebase the tree, I'll merge master in,
instead, on the off chance that you finally get converted to using git
pull.  But if this makes things inconvenient for you, pls let me know:
maybe I can keep both a rebased and non-rebased branches around.

Thanks,

-- 
MST

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

* [Qemu-devel] Re: what's on qemu tree for pci related fixes
  2009-10-05 14:51 [Qemu-devel] what's on qemu tree for pci related fixes Michael S. Tsirkin
@ 2009-10-05 15:45 ` Anthony Liguori
  2009-10-05 20:24   ` Michael S. Tsirkin
  0 siblings, 1 reply; 6+ messages in thread
From: Anthony Liguori @ 2009-10-05 15:45 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger,
	Isaku Yamahata, kraxel, Avi Kivity, Paul Brook

Michael S. Tsirkin wrote:
> Here's the list of patches on my pci fixes tree:
> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci
>
> Here are the pci fixes I know of that haven't been applied already.
> All, any more comments on any of them?
> If yes, please reply on the original patch, not here.
>
> eee1bff qemu: clean up target page usage in msix
> 52a5bce fix comment on cpu_register_physical_memory_offset
> 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
>   

Most should be in master now.

Regards,

Anthony Liguori

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

* [Qemu-devel] Re: what's on qemu tree for pci related fixes
  2009-10-05 15:45 ` [Qemu-devel] " Anthony Liguori
@ 2009-10-05 20:24   ` Michael S. Tsirkin
  0 siblings, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2009-10-05 20:24 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger,
	Isaku Yamahata, kraxel, Avi Kivity, Paul Brook

On Mon, Oct 05, 2009 at 10:45:06AM -0500, Anthony Liguori wrote:
> Michael S. Tsirkin wrote:
>> Here's the list of patches on my pci fixes tree:
>> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci
>>
>> Here are the pci fixes I know of that haven't been applied already.
> 
> Most should be in master now.

Indeed, all of them are.
Thanks!

-- 
MST

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

* [Qemu-devel] Re: what's on qemu tree for pci related fixes
  2009-11-22 15:19 [Qemu-devel] " Michael S. Tsirkin
@ 2009-11-22 15:40 ` Anthony Liguori
  2009-11-22 16:04   ` Michael S. Tsirkin
  2009-11-26 16:15   ` Michael S. Tsirkin
  0 siblings, 2 replies; 6+ messages in thread
From: Anthony Liguori @ 2009-11-22 15:40 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger,
	Isaku Yamahata, kraxel, Avi Kivity, Paul Brook

Michael S. Tsirkin wrote:
> Here's the list of patches on my pci fixes tree:
> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci
>
> Here are the pci fixes I know of that haven't been applied already.
> They mostly fix up minor nits.  All, any more comments on any of them?
> If yes, please reply on the original patch, not here.
>   

Most of these are in staging minus Isaku's latest series. The last 
series caused some gnarly regressions so I've got them in a separate 
branch for more thorough testing.

Regards,

Anthony Liguori

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

* [Qemu-devel] Re: what's on qemu tree for pci related fixes
  2009-11-22 15:40 ` [Qemu-devel] " Anthony Liguori
@ 2009-11-22 16:04   ` Michael S. Tsirkin
  2009-11-26 16:15   ` Michael S. Tsirkin
  1 sibling, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2009-11-22 16:04 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger,
	Isaku Yamahata, kraxel, Avi Kivity, Paul Brook

On Sun, Nov 22, 2009 at 09:40:52AM -0600, Anthony Liguori wrote:
> Michael S. Tsirkin wrote:
>> Here's the list of patches on my pci fixes tree:
>> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci
>>
>> Here are the pci fixes I know of that haven't been applied already.
>> They mostly fix up minor nits.  All, any more comments on any of them?
>> If yes, please reply on the original patch, not here.
>>   
>
> Most of these are in staging minus Isaku's latest series. The last  
> series caused some gnarly regressions

You mean the regressions caused by series that were already applied?
This series is actually about fixing up nits
from that last one :)

> so I've got them in a separate  
> branch for more thorough testing.

It isn't a public branch, is it?

> Regards,
>
> Anthony Liguori

-- 
MST

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

* [Qemu-devel] Re: what's on qemu tree for pci related fixes
  2009-11-22 15:40 ` [Qemu-devel] " Anthony Liguori
  2009-11-22 16:04   ` Michael S. Tsirkin
@ 2009-11-26 16:15   ` Michael S. Tsirkin
  1 sibling, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2009-11-26 16:15 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Carsten Otte, markmc, qemu-devel, Christian Borntraeger,
	Isaku Yamahata, kraxel, Avi Kivity, Paul Brook

On Sun, Nov 22, 2009 at 09:40:52AM -0600, Anthony Liguori wrote:
> Michael S. Tsirkin wrote:
>> Here's the list of patches on my pci fixes tree:
>> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci
>>
>> Here are the pci fixes I know of that haven't been applied already.
>> They mostly fix up minor nits.  All, any more comments on any of them?
>> If yes, please reply on the original patch, not here.
>>   
>
> Most of these are in staging minus Isaku's latest series. The last  
> series caused some gnarly regressions so I've got them in a separate  
> branch for more thorough testing.
>
> Regards,
>
> Anthony Liguori

Hope these are on their way to staging now as well.
I prefer building on top of these cleanups.

-- 
MST

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

end of thread, other threads:[~2009-11-26 16:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05 14:51 [Qemu-devel] what's on qemu tree for pci related fixes Michael S. Tsirkin
2009-10-05 15:45 ` [Qemu-devel] " Anthony Liguori
2009-10-05 20:24   ` Michael S. Tsirkin
  -- strict thread matches above, loose matches on Subject: below --
2009-11-22 15:19 [Qemu-devel] " Michael S. Tsirkin
2009-11-22 15:40 ` [Qemu-devel] " Anthony Liguori
2009-11-22 16:04   ` Michael S. Tsirkin
2009-11-26 16:15   ` 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).