Re: [libvirt] [PATCH v2 02/10] qemu_hotplug: generate vioserial address list on demand

2016-07-25 Thread Martin Kletzander
On Sat, Jul 23, 2016 at 03:47:07AM +0200, Tomasz Flendrich wrote: Dropping the caching of virtio serial address set. Instead of using the cached address set, a function in qemu_hotplug.c now recalculates it on demand. Credit goes to Cole Robinson. --- src/qemu/qemu_hotplug.c | 38 +++

[libvirt] [PATCH v2 02/10] qemu_hotplug: generate vioserial address list on demand

2016-07-22 Thread Tomasz Flendrich
Dropping the caching of virtio serial address set. Instead of using the cached address set, a function in qemu_hotplug.c now recalculates it on demand. Credit goes to Cole Robinson. --- src/qemu/qemu_hotplug.c | 38 ++ 1 file changed, 26 insertions(+), 12 delet