aboutsummaryrefslogtreecommitdiff
path: root/net/colo-stubs.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-04-08 17:53:27 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-04-18 11:17:27 +0200
commit857f504cf279a063e375c32e88d5cf3312d6b30c (patch)
tree70f66c3b884dc10d720ab872369a611cb003e50b /net/colo-stubs.c
parent2c888febdfa0290a9e1d1f2133b2a24de47f6120 (diff)
downloadqemu-857f504cf279a063e375c32e88d5cf3312d6b30c.zip
qemu-857f504cf279a063e375c32e88d5cf3312d6b30c.tar.gz
qemu-857f504cf279a063e375c32e88d5cf3312d6b30c.tar.bz2
colo: move stubs out of stubs/
Since the colo stubs are needed exactly when the build options are not enabled, move them together with the code they stub. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20240408155330.522792-16-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'net/colo-stubs.c')
-rw-r--r--net/colo-stubs.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/colo-stubs.c b/net/colo-stubs.c
new file mode 100644
index 0000000..ec72666
--- /dev/null
+++ b/net/colo-stubs.c
@@ -0,0 +1,7 @@
+#include "qemu/osdep.h"
+#include "qemu/notify.h"
+#include "net/colo-compare.h"
+
+void colo_compare_cleanup(void)
+{
+}