Re: [Qemu-devel] [PATCH 2/3] Redesign of pciinit.c

2012-03-10 Thread Kevin O'Connor
On Fri, Mar 09, 2012 at 07:51:06PM +1300, Alexey Korolev wrote: > In this patch we introduce the pri_region_entry structure and > significantly simplify the pci_bus structure. > Instead of arrays now we are using linked lists to account resources and > assign memory bases. > > Since we modify th

[Qemu-devel] [PATCH 2/3] Redesign of pciinit.c

2012-03-08 Thread Alexey Korolev
In this patch we introduce the pri_region_entry structure and significantly simplify the pci_bus structure. Instead of arrays now we are using linked lists to account resources and assign memory bases. Since we modify the main structure of pciinit.c this is the minimum chunk of changes which cou