[libvirt] [PATCH 0/3] libxl: finish use of {Begin, End}API pattern in APIs

Jim Fehlig jfehlig at suse.com
Mon Mar 19 23:14:50 UTC 2018


This is a follow-up to John and I's recent work to improve locking and
ref counting of virDomainObj in the libxl driver. These patches change
the remaining APIs to use the begin and end API pattern used throughout
libxl and other drivers.

Jim Fehlig (3):
  libxl: lock virDomainObj after ListRemove
  libxl: call EndJob in error case
  libxl: convert DefineXMLFlags to use begin/end API pattern

 src/libxl/libxl_driver.c    | 29 ++++++++++++++++-------------
 src/libxl/libxl_migration.c |  7 +++++--
 2 files changed, 21 insertions(+), 15 deletions(-)

-- 
2.16.2




More information about the libvir-list mailing list