qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Re: what's on qemu tree for pci related fixes
  2009-10-05 14:51 [Qemu-devel] " 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] what's on qemu tree for pci related fixes
@ 2009-11-22 15:19 Michael S. Tsirkin
  2009-11-22 15:40 ` [Qemu-devel] " Anthony Liguori
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2009-11-22 15:19 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.
They mostly fix up minor nits.  All, any more comments on any of them?
If yes, please reply on the original patch, not here.

8c205ed pci: move apb specific stuff to apb_pci.c
9d4a672 pci: pci.h cleanup: move out stuff not in pci.c
d9f806f pci: fix pci_info_device().
b19ef75 pci: move pci_data_{read, write}() declaration from pci.h to pci_host.h
33a8716 pci: simplify (pci_/pcie_mmcfg_)data_read()
34df7d5 pci: remove pci_addr_to_config() by open code
95586cc pci: rename (pci_/pcie_mmcfg_)addr_to_dev
996a107 pci: shorten pci_host_{conf, data}_register_xxx function a bit.
dec2505 pci: remove pci_sub_bus() by open coding.
f0940fd pci: s/pci_find_host_bus/pci_find_root_bus/g
89071ce pci_host: remove unnecessary & 0xff.
49ab987 pci: kill unnecessary included in pci.c
4400dda pci: clean up of pci_init_wmask().
f464d9e pci: remove some unnecessary comment in pci.h
dbb55bc pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.
e518813 pci: remove unused constants.
91880da pci: clean up of pci_update_mappings()
958610d pci: split up up pci_update mappings
f2e78cc pci: remove magic number, 256 in pci.c
09b5e0d pci: fix pci_config_get_io_base().
270b6cc pci: pci bridge related clean up.
eba4cea pci: convert goto into scope in bridge_filter
6ef641c configure: use correct cflags in compiler checks

(last commit isn't pci specific but I need it to
 build qemu, so I let it in).

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] what's on qemu tree for pci related fixes 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-11-22 15:19 [Qemu-devel] what's on qemu tree for pci related fixes 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
  -- strict thread matches above, loose matches on Subject: below --
2009-10-05 14:51 [Qemu-devel] " Michael S. Tsirkin
2009-10-05 15:45 ` [Qemu-devel] " Anthony Liguori
2009-10-05 20:24   ` 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).