[libvirt] [PATCH v2 0/2] Rename/remove virDomainObjListFindBy{UUID|ID}Ref

John Ferlan posted 2 patches 5 years, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180420130836.31714-1-jferlan@redhat.com
Test syntax-check passed
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(-)
[libvirt] [PATCH v2 0/2] Rename/remove virDomainObjListFindBy{UUID|ID}Ref
Posted by John Ferlan 5 years, 12 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list