aboutsummaryrefslogtreecommitdiff
path: root/stubs
diff options
context:
space:
mode:
authorSteve Sistare <steven.sistare@oracle.com>2024-03-11 10:48:56 -0700
committerPeter Xu <peterx@redhat.com>2024-03-11 16:28:59 -0400
commit7395127f230abe8065eeec274f106c29a8a4498a (patch)
treeaf7e938e3c35f55541384a844bf6a2f79b2658bf /stubs
parent20c64c8a51a477115589b3a9f7304e423dcbe7f2 (diff)
downloadqemu-7395127f230abe8065eeec274f106c29a8a4498a.zip
qemu-7395127f230abe8065eeec274f106c29a8a4498a.tar.gz
qemu-7395127f230abe8065eeec274f106c29a8a4498a.tar.bz2
migration: privatize colo interfaces
Remove private migration interfaces from net/colo-compare.c and push them to migration/colo.c. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179338-294359-10-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'stubs')
-rw-r--r--stubs/colo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stubs/colo.c b/stubs/colo.c
index 08c9f98..f8c069b 100644
--- a/stubs/colo.c
+++ b/stubs/colo.c
@@ -2,7 +2,6 @@
#include "qemu/notify.h"
#include "net/colo-compare.h"
#include "migration/colo.h"
-#include "migration/migration.h"
#include "qemu/error-report.h"
#include "qapi/qapi-commands-migration.h"