]> xenbits.xensource.com Git - libvirt.git/commit
move jobs enums QEMU_X into hypervisor as VIR_X
authorKristina Hanicova <khanicov@redhat.com>
Thu, 24 Mar 2022 15:32:42 +0000 (16:32 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 25 Mar 2022 12:40:56 +0000 (13:40 +0100)
commita193f4bef60565594d91d1a702b8e2fc474cb689
tree2601f0b694ca5fd07b33543a09e145fbf3111b1e
parent111272a9fdd1c668a457291e383340fc71b8f2d4
move jobs enums QEMU_X into hypervisor as VIR_X

These enums are essentially the same and always sorted in the
same order in every hypervisor with jobs. They can be generalized
by using the qemu enums as the main ones as they are the most
extensive.

Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
28 files changed:
src/hypervisor/domain_job.c
src/hypervisor/domain_job.h
src/hypervisor/meson.build
src/libvirt_private.syms
src/libxl/libxl_domain.c
src/qemu/MIGRATION.txt
src/qemu/THREADS.txt
src/qemu/qemu_backup.c
src/qemu/qemu_block.c
src/qemu/qemu_block.h
src/qemu/qemu_blockjob.c
src/qemu/qemu_checkpoint.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_domainjob.c
src/qemu/qemu_domainjob.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h
src/qemu/qemu_migration_params.c
src/qemu/qemu_process.c
src/qemu/qemu_process.h
src/qemu/qemu_saveimage.c
src/qemu/qemu_saveimage.h
src/qemu/qemu_snapshot.c
src/qemu/qemu_snapshot.h