[libvirt] [PATCH 0/4] libxl: fix virDomainObj locking and ref counting in migration APIs

Michal Privoznik mprivozn at redhat.com
Wed Mar 14 08:49:04 UTC 2018


On 03/13/2018 06:26 PM, Jim Fehlig wrote:
> While reviewing a patch [0] from John's series to rework
> virDomainObjListFindBy{UUID|ID}Ref, I noticed several problems with locking
> and ref counting in the libxl migration APIs. This series changes the Begin,
> Prepare, Perform, and Confirm APIs to use the standard pattern of get a
> locked and ref counted virDomainObj, perform API, virDomainObjEndAPI.
> 
> [0] https://www.redhat.com/archives/libvir-list/2018-March/msg00516.html
> 
> Jim Fehlig (4):
>   libxl: MigrateBegin: Dont call EndAPI in helper function
>   libxl: MigrateConfirm: Dont unlock virDomainObj in helper function
>   libxl: MigratePrepare: properly cleanup after virDomainObjListAdd
>   libxl: MigratePerform: properly cleanup after libxlDomObjFromDomain
> 
>  src/libxl/libxl_driver.c    | 40 ++++++++++++++++++++++------------------
>  src/libxl/libxl_migration.c | 10 ++--------
>  2 files changed, 24 insertions(+), 26 deletions(-)
> 

ACK series.

Michal




More information about the libvir-list mailing list