]> xenbits.xensource.com Git - libvirt.git/commit
qemu_hotplug: generate vioserial address list on demand
authorTomasz Flendrich <t.flendrich@gmail.com>
Sat, 23 Jul 2016 01:47:07 +0000 (03:47 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 26 Jul 2016 11:04:46 +0000 (13:04 +0200)
commit925fa4b9056086f04a5064dbb9e67ed47a3d9cb4
tree52f03f56b8da5bb8277a5562f617b3645a1240fc
parent40c284f0a6b53a182af7b12173bcb5dd3eb0c826
qemu_hotplug: generate vioserial address list on demand

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