Re: [libvirt] [PATCH v2 03/10] qemu: remove vioserialaddrs caching

2016-07-25 Thread Martin Kletzander
On Sat, Jul 23, 2016 at 03:47:08AM +0200, Tomasz Flendrich wrote: Dropping the caching of virtio serial address set. The cached set is not required anymore, because the set is now being recalculated from the domain definition on demand, so the cache can be deleted. This patch shows how useless

[libvirt] [PATCH v2 03/10] qemu: remove vioserialaddrs caching

2016-07-22 Thread Tomasz Flendrich
Dropping the caching of virtio serial address set. The cached set is not required anymore, because the set is now being recalculated from the domain definition on demand, so the cache can be deleted. Credit goes to Cole Robinson. --- src/qemu/qemu_domain.c | 1 - src/qemu/qemu_domain.h