
9 Dec
2019
9 Dec
'19
4:35 p.m.
On Tue, Dec 03, 2019 at 06:17:34PM +0100, Peter Krempa wrote:
We will want to use the async job infrastructure along with all the APIs and event for the backup job so add the backup job as a new async job type.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_domain.c | 3 +++ src/qemu/qemu_domain.h | 1 + src/qemu/qemu_migration.c | 2 ++ src/qemu/qemu_process.c | 25 +++++++++++++++++++++++++ 4 files changed, 31 insertions(+)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano