]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: move qemuDomainCCWAddrSetCreateFromDomain
authorAnya Harter <aharter@redhat.com>
Tue, 3 Jul 2018 15:25:28 +0000 (11:25 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 3 Jul 2018 19:37:32 +0000 (15:37 -0400)
commit7bdd06b4e103269992122603949f585fc2bfdc6c
treeb293c0978fc40338b93aaaf55091c15203e650c6
parent2625722cbcd2eb3f743febd42ac2499b05402633
qemu: move qemuDomainCCWAddrSetCreateFromDomain

from src/qemu/qemu_domain_address.c to src/conf/domain_addr.c
and rename to virDomainCCWAddressSetCreateFromDomain

(rename to have Address in full instead of Addr to follow
the naming convention of other virDomainCCWAddress functions)

Signed-off-by: Anya Harter <aharter@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_addr.c
src/conf/domain_addr.h
src/libvirt_private.syms
src/qemu/qemu_domain_address.c
src/qemu/qemu_domain_address.h
src/qemu/qemu_hotplug.c