Re: [Qemu-devel] [PATCH 0/8] pci core reorg

2012-12-12 Thread Michael S. Tsirkin
On Wed, Dec 12, 2012 at 08:00:58PM +, Blue Swirl wrote: > On Wed, Dec 12, 2012 at 1:13 PM, Michael S. Tsirkin wrote: > > This patchset starts some cleanups of the pci core > > by rearranging the code: pci core is split out > > from devices into its own directory, pci internals.h > > is renamed

Re: [Qemu-devel] [PATCH 0/8] pci core reorg

2012-12-12 Thread Blue Swirl
On Wed, Dec 12, 2012 at 1:13 PM, Michael S. Tsirkin wrote: > This patchset starts some cleanups of the pci core > by rearranging the code: pci core is split out > from devices into its own directory, pci internals.h > is renamed as it's used externally a lot. > > I'd like to merge this quickly to

Re: [Qemu-devel] [PATCH 0/8] pci core reorg

2012-12-12 Thread Paolo Bonzini
Il 12/12/2012 14:51, Anthony Liguori ha scritto: > I'd like to see an Ack from Paolo as he's working on a tree-wide file > movement right now.. Don't want to conflict with what he's doing > unnecessarily. > > Otherwise, this looks reasonable to me. My changes are 99% scripted, so no problem from

Re: [Qemu-devel] [PATCH 0/8] pci core reorg

2012-12-12 Thread Anthony Liguori
"Michael S. Tsirkin" writes: > This patchset starts some cleanups of the pci core > by rearranging the code: pci core is split out > from devices into its own directory, pci internals.h > is renamed as it's used externally a lot. > > I'd like to merge this quickly to avoid conflicting > with othe

[Qemu-devel] [PATCH 0/8] pci core reorg

2012-12-12 Thread Michael S. Tsirkin
This patchset starts some cleanups of the pci core by rearranging the code: pci core is split out from devices into its own directory, pci internals.h is renamed as it's used externally a lot. I'd like to merge this quickly to avoid conflicting with others work. Plan to send pull request tomorrow,