libxl_dom_save: Reorder functions for switch_qemu_logdirty
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 12 Apr 2019 16:54:48 +0000 (17:54 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 20 Sep 2019 09:41:01 +0000 (10:41 +0100)
commitc9aa4be40f6969fe2ab16e7861c6269c7b14af3e
treecdc55d0f85309e75649c2fa9e4c95753c99180f2
parentf7f71f50946eab491ce5b72af0df79a1033ed65b
libxl_dom_save: Reorder functions for switch_qemu_logdirty

There are two differents set of callbacks here, one for
libxl__domain_common_switch_qemu_logdirty,
and one for libxl__domain_suspend_common_switch_qemu_logdirty.

The first set calls the second.

Pure code motion.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dom_save.c