These were actually posted before as part of a larger series to
rework/rename virDomainObjListFindBy{UUID|ID}Ref as patches 19 and 20:
https://www.redhat.com/archives/libvir-list/2018-March/msg00508.html
https://www.redhat.com/archives/libvir-list/2018-March/msg00509.html
Even though it's only 6 weeks ago, attempting to remember what (if
anything) has changed is challenging. In the long run, the point is
that the *Ref specific functions are now removed. This makes it much
easier for the next step which will be to modify the Add/Remove logic
to be simpler and more realistic w/r/t expectations as well as remove
a few comments in the code that indicate some day we need to fix this
crazy problem (some day is getting closer).
John Ferlan (2):
conf: Rework/rename virDomainObjListFindByUUIDRef
conf: Rework/rename virDomainObjListFindByIDRef
src/bhyve/bhyve_driver.c | 6 ++--
src/conf/virdomainobjlist.c | 66 ++++++++++----------------------------------
src/conf/virdomainobjlist.h | 4 ---
src/libvirt_private.syms | 2 --
src/libxl/libxl_domain.c | 2 +-
src/libxl/libxl_driver.c | 6 ++--
src/lxc/lxc_driver.c | 7 ++---
src/openvz/openvz_driver.c | 4 +--
src/qemu/qemu_driver.c | 9 +++---
src/test/test_driver.c | 6 ++--
src/uml/uml_driver.c | 6 ++--
src/util/virclosecallbacks.c | 4 +--
src/vmware/vmware_driver.c | 4 +--
src/vz/vz_driver.c | 6 ++--
src/vz/vz_sdk.c | 14 +++++-----
src/vz/vz_utils.c | 2 +-
16 files changed, 51 insertions(+), 97 deletions(-)
--
2.13.6