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

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
src/qemu/qemu_domain.h
src/qemu/qemu_domain_address.c