summary refs log tree commit diff stats
path: root/include/migration/misc.h
diff options
context:
space:
mode:
authorSteve Sistare <steven.sistare@oracle.com>2024-03-11 10:48:39 -0700
committerPeter Xu <peterx@redhat.com>2024-03-11 16:28:59 -0400
commitf3bff6c44304a21ea99eeed336672bd46ca102d5 (patch)
tree7300270140e86578c51cf0ae3cb10178415120cf /include/migration/misc.h
parenta1bb5dd169f4e47690a3b53c64692808472171a7 (diff)
downloadfocaccia-qemu-f3bff6c44304a21ea99eeed336672bd46ca102d5.tar.gz
focaccia-qemu-f3bff6c44304a21ea99eeed336672bd46ca102d5.zip
migration: export fewer options
A small number of migration options are accessed by migration clients,
but to see them clients must include all of options.h, which is mostly
for migration core code.  migrate_mode() in particular will be needed by
multiple clients.

Refactor the option declarations so clients can see the necessary few via
misc.h, which already exports a portion of the client API.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Link: https://lore.kernel.org/r/1710179319-294320-1-git-send-email-steven.sistare@oracle.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'include/migration/misc.h')
-rw-r--r--include/migration/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/migration/misc.h b/include/migration/misc.h
index 5d1aa593ed..4c226a40bb 100644
--- a/include/migration/misc.h
+++ b/include/migration/misc.h
@@ -17,6 +17,7 @@
 #include "qemu/notify.h"
 #include "qapi/qapi-types-migration.h"
 #include "qapi/qapi-types-net.h"
+#include "migration/client-options.h"
 
 /* migration/ram.c */