]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add qemuDomainCCWAddrSetCreateFromDomain
authorTomasz Flendrich <t.flendrich@gmail.com>
Sat, 23 Jul 2016 01:47:09 +0000 (03:47 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 26 Jul 2016 11:04:46 +0000 (13:04 +0200)
commitaf174f6e20c08d29b3705c66a31417b1525dd1d9
tree87887e5e21a659931a8bd261b3a532f02c858573
parent19a148b7c8353d5c214bed699f8fe983317baf93
Add qemuDomainCCWAddrSetCreateFromDomain

The address sets (pci, ccw, virtio serial) are currently cached
in qemu private data, but all the information required to recreate
these sets is in the domain definition. Therefore I am removing
the redundant data and adding a way to recalculate these sets.

Add a function that calculates the ccw address set
from the domain definition.
src/qemu/qemu_domain_address.c
src/qemu/qemu_domain_address.h