Re: [Qemu-devel] [PATCH 10/12] Calculate pci region stats on demand

2012-04-24 Thread Kevin O'Connor
On Tue, Apr 24, 2012 at 06:24:27PM +1200, Alexey Korolev wrote: > Do not store pci region stats - instead calulate the > sum and alignment on demand. [...] > @@ -446,9 +459,9 @@ static int pci_bios_check_devices(struct pci_bus *busses) > for (type = 0; type < PCI_REGION_TYPE_COUNT; type++)

[Qemu-devel] [PATCH 10/12] Calculate pci region stats on demand

2012-04-23 Thread Alexey Korolev
Do not store pci region stats - instead calulate the sum and alignment on demand. Signed-off-by: Alexey Korolev --- src/pciinit.c | 57 +++-- 1 files changed, 35 insertions(+), 22 deletions(-) diff --git a/src/pciinit.c b/src/pciinit.c inde

[Qemu-devel] [PATCH 10/12] Calculate pci region stats on demand

2012-04-23 Thread Alexey Korolev
Do not store pci region stats - instead calulate the sum and alignment on demand. Signed-off-by: Alexey Korolev --- src/pciinit.c | 57 +++-- 1 files changed, 35 insertions(+), 22 deletions(-) diff --git a/src/pciinit.c b/src/pciinit.c index