mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
266ccbb27b
commit
6c1e3906ce
5 changed files with 23 additions and 3 deletions
7
stubs/colo-compare.c
Normal file
7
stubs/colo-compare.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qemu/notify.h"
|
||||
#include "net/colo-compare.h"
|
||||
|
||||
void colo_compare_cleanup(void)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue