Re: [libvirt] [PATCH v2 05/10] qemu_hotplug: generate ccw address list on demand

2016-07-25 Thread Martin Kletzander
On Sat, Jul 23, 2016 at 03:47:10AM +0200, Tomasz Flendrich wrote: Dropping the caching of ccw address set. Instead of using the cached address set, functions in qemu_hotplug.c now recalculate it on demand. --- src/qemu/qemu_hotplug.c | 26 +- 1 file changed, 21

[libvirt] [PATCH v2 05/10] qemu_hotplug: generate ccw address list on demand

2016-07-22 Thread Tomasz Flendrich
Dropping the caching of ccw address set. Instead of using the cached address set, functions in qemu_hotplug.c now recalculate it on demand. --- src/qemu/qemu_hotplug.c | 26 +- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/src/qemu/qemu_hotplug.c