On a Wednesday in 2022, Kristina Hanicova wrote:
This patch removes libxlDomainObjEndJob() and replaces it with
call to the generalized virDomainObjEndJob().
Signed-off-by: Kristina Hanicova <khanicov(a)redhat.com>
---
src/libxl/libxl_domain.c | 27 ++------------------
src/libxl/libxl_domain.h | 4 ---
src/libxl/libxl_driver.c | 51 +++++++++++++++++--------------------
src/libxl/libxl_migration.c | 14 +++++-----
4 files changed, 33 insertions(+), 63 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano