
21 Mar
2018
21 Mar
'18
1:02 p.m.
On 03/19/2018 07:14 PM, Jim Fehlig wrote:
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(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> (series) John