
25 Oct
2016
25 Oct
'16
12:10 p.m.
On 10/21/2016 09:58 AM, Ján Tomko wrote:
We dropped the cache from QEMU's private domain object.
s/We dropped the cache/Commit id '?????' dropped the cache Is it commit id '19a148b7c8'?
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 | 8 ++++---- src/conf/domain_addr.h | 8 ++++---- src/libvirt_private.syms | 2 +- src/qemu/qemu_domain_address.c | 6 ++++-- src/qemu/qemu_hotplug.c | 8 ++++---- 5 files changed, 17 insertions(+), 15 deletions(-)
ACK with the reference... John