[libvirt] [PATCH v3 4/5] qemu_hotplug: generate pci address set on demand

2016-08-20 Thread Tomasz Flendrich
Dropping the caching of pci address set. Instead of using the cached address set, functions in qemu_hotplug.c now recalculate it on demand. --- src/qemu/qemu_domain_address.c | 8 +-- src/qemu/qemu_domain_address.h | 6 + src/qemu/qemu_hotplug.c| 50 ++

[libvirt] [PATCH v3 4/5] qemu_hotplug: generate pci address set on demand

2016-08-13 Thread Tomasz Flendrich
Dropping the caching of pci address set. Instead of using the cached address set, functions in qemu_hotplug.c now recalculate it on demand. --- src/qemu/qemu_domain_address.c | 8 +-- src/qemu/qemu_domain_address.h | 6 + src/qemu/qemu_hotplug.c| 50 ++