
On 07/03/2018 11:25 AM, Anya Harter wrote:
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> ---
renamed function in v2 patch (reason supplied in commit message)
original patch email: https://www.redhat.com/archives/libvir-list/2018-June/msg01823.html
src/conf/domain_addr.c | 24 ++++++++++++++++++++++++ src/conf/domain_addr.h | 4 ++++ src/libvirt_private.syms | 1 + src/qemu/qemu_domain_address.c | 26 ++------------------------ src/qemu/qemu_domain_address.h | 4 ---- src/qemu/qemu_hotplug.c | 4 ++-- 6 files changed, 33 insertions(+), 30 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> (and pushed) John