diff options
author | Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> | 2023-05-15 16:06:38 +0300 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-05-18 18:40:50 +0200 |
commit | 6c1e3906ce0bb414478d9c2c698bcbb6d2d28c63 (patch) | |
tree | 221e9a95eeb759ea39e1796af01c420cdad36b8e /stubs/colo-compare.c | |
parent | 266ccbb27b3ec6661f22395ec2c41d854c94d761 (diff) |
configure: add --disable-colo-proxy option
Add option to not build filter-rewriter and colo-compare when
they are not needed.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Zhang Chen <chen.zhang@intel.com>
Message-Id: <20230515130640.46035-2-vsementsov@yandex-team.ru>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'stubs/colo-compare.c')
-rw-r--r-- | stubs/colo-compare.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/colo-compare.c b/stubs/colo-compare.c new file mode 100644 index 0000000000..ec726665be --- /dev/null +++ b/stubs/colo-compare.c @@ -0,0 +1,7 @@ +#include "qemu/osdep.h" +#include "qemu/notify.h" +#include "net/colo-compare.h" + +void colo_compare_cleanup(void) +{ +} |