libxl: Deprecate libxl__domain_{unpause,resume}
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 23 May 2019 14:07:52 +0000 (15:07 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 20 Sep 2019 09:42:41 +0000 (10:42 +0100)
commitb215f2ab6a074e45db704e39f7cc24dcc5e92506
treea7a4d883a03a39c40dbd107530b07ade53915984
parent93dcc22fe798c9fa5ce117f1ed6db0d8bd779020
libxl: Deprecate libxl__domain_{unpause,resume}

These two functions are used from many places in libxl and need to
change to be able to accomodate libxl__ev_qmp calls and thus needs to
be asynchronous.

(There is also libxl__domain_resume_device_model in the mix.)

A later patch will introduce a new libxl__domain_resume and
libxl__domain_unpause which will make use of libxl__ev_qmp.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_colo_restore.c
tools/libxl/libxl_colo_save.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_dom_suspend.c
tools/libxl/libxl_domain.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_remus.c