]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add 'FromCache' to virDomainVirtioSerialAddrAutoAssign
authorJán Tomko <jtomko@redhat.com>
Fri, 21 Oct 2016 10:58:54 +0000 (12:58 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 27 Oct 2016 09:04:58 +0000 (11:04 +0200)
commit0512dd26eef0d8fcee1c812c16a0b2cac5ddbc32
tree50b4baf6bb97b2b549b1bf5270c8aca4b4c8a90c
parenteacecd7437024306b412fa21252626057ab76926
Add 'FromCache' to  virDomainVirtioSerialAddrAutoAssign

Commit 19a148b dropped the cache from QEMU's private domain object.
Assume the callers do not have the cache by default and use
a longer name for the internal ones that do.

This makes the shorter 'virDomainVirtioSerialAddrAutoAssign'
name availabe for a function that will not require the cache.
src/conf/domain_addr.c
src/conf/domain_addr.h
src/libvirt_private.syms
src/qemu/qemu_domain_address.c
src/qemu/qemu_hotplug.c