On Wed, Apr 04, 2018 at 04:40:50PM +0200, Jiri Denemark wrote:
Since the function is tightly connected to migration, it was renamed
as
qemuMigrationCapsCheck and moved to qemu_migration.c.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_domain.c | 72 ---------------------------------------
src/qemu/qemu_domain.h | 4 ---
src/qemu/qemu_migration.c | 72 +++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_migration.h | 6 ++++
src/qemu/qemu_process.c | 2 +-
5 files changed, 79 insertions(+), 77 deletions(-)
ACK
Jano