Signed-off-by: Zhang Chen <chen.zh...@intel.com> --- softmmu/vl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/softmmu/vl.c b/softmmu/vl.c index 4c1e94b00e..d924fb1c71 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -1822,7 +1822,8 @@ static bool object_create_early(const char *type) g_str_equal(type, "filter-redirector") || g_str_equal(type, "colo-compare") || g_str_equal(type, "filter-rewriter") || - g_str_equal(type, "filter-replay")) { + g_str_equal(type, "filter-replay") || + g_str_equal(type, "filter-ubpf")) { return false; } -- 2.25.1