]> xenbits.xensource.com Git - libvirt.git/commit
qemu: remove ccwaddrs caching
authorTomasz Flendrich <t.flendrich@gmail.com>
Sat, 23 Jul 2016 01:47:11 +0000 (03:47 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 26 Jul 2016 11:04:46 +0000 (13:04 +0200)
commit1aa5e66cf3a0dd5e8ada8483f79cb745f786a131
tree264ad2b0699afd9b67a9a3654ba13e6934c93b76
parentbe396d955d3dcfd5f2b2124a8831af856e0ec9af
qemu: remove ccwaddrs caching

Dropping the caching of ccw 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.
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_domain_address.c