]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_hotplug: generate ccw address list on demand
authorTomasz Flendrich <t.flendrich@gmail.com>
Sat, 23 Jul 2016 01:47:10 +0000 (03:47 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 26 Jul 2016 11:04:46 +0000 (13:04 +0200)
commitbe396d955d3dcfd5f2b2124a8831af856e0ec9af
treef27a616b63e379efe1fbdf4ee2b08785d9898866
parentaf174f6e20c08d29b3705c66a31417b1525dd1d9
qemu_hotplug: generate ccw address list on demand

Dropping the caching of ccw address set.
Instead of using the cached address set, functions in qemu_hotplug.c
now recalculate it on demand.
src/qemu/qemu_hotplug.c