From a2d07731e7e2f1462e90f9d0a7eaf9e39da29eb0 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 22 Jan 2020 18:55:02 +0100 Subject: migration: Add support for modules So we don't have to compile everything in, or have ifdefs Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert --- softmmu/vl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'softmmu') diff --git a/softmmu/vl.c b/softmmu/vl.c index 16ff5a1..705ee6f 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -2858,6 +2858,7 @@ void qemu_init(int argc, char **argv, char **envp) qemu_init_exec_dir(argv[0]); module_call_init(MODULE_INIT_QOM); + module_call_init(MODULE_INIT_MIGRATION); qemu_add_opts(&qemu_drive_opts); qemu_add_drive_opts(&qemu_legacy_drive_opts); -- cgit v1.1