X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=vl.c;h=f3abd99eb2f9b2e7153d06f911d20b5d21cca61b;hb=c5dc16b726e0279330233c0eb09fd1c708af978f;hp=5759e0ad51c5f35aadd1cb152ca759ec1d995ab9;hpb=6d0ceb80ffe18ad4b28aab7356f440636c0be7be;p=mirror_qemu.git diff --git a/vl.c b/vl.c index 5759e0ad51..f3abd99eb2 100644 --- a/vl.c +++ b/vl.c @@ -2846,7 +2846,9 @@ static bool object_create_initial(const char *type) if (g_str_equal(type, "filter-buffer") || g_str_equal(type, "filter-dump") || g_str_equal(type, "filter-mirror") || - g_str_equal(type, "filter-redirector")) { + g_str_equal(type, "filter-redirector") || + g_str_equal(type, "colo-compare") || + g_str_equal(type, "filter-rewriter")) { return false; } @@ -4658,7 +4660,6 @@ int main(int argc, char **argv, char **envp) os_setup_post(); - trace_init_vcpu_events(); main_loop(); replay_disable_events(); iothread_stop_all();