[libvirt] [PATCH v3 5/5] qemu: remove pciaddrs caching

2016-08-20 Thread Tomasz Flendrich
The cached pci address set is not required anymore, because the set is now being recalculated from the domain definition on demand, so the cache can be deleted. --- src/qemu/qemu_domain.c | 1 - src/qemu/qemu_domain.h | 1 - src/qemu/qemu_domain_address.c | 14 ++ 3 f

[libvirt] [PATCH v3 5/5] qemu: remove pciaddrs caching

2016-08-13 Thread Tomasz Flendrich
The cached pci address set is not required anymore, because the set is now being recalculated from the domain definition on demand, so the cache can be deleted. --- src/qemu/qemu_domain.c | 1 - src/qemu/qemu_domain.h | 1 - src/qemu/qemu_domain_address.c | 14 ++ 3 f