fuzz: fix broken qtest check at rcu_disable_atfork
commit45222b9a9016488289a1938a528239c3b83eddb1
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 18 Jun 2020 16:05:16 +0000 (18 12:05 -0400)
committerThomas Huth <thuth@redhat.com>
Mon, 6 Jul 2020 05:37:02 +0000 (6 07:37 +0200)
tree322669ece58bf6a7bea4192a109a854989f8d3fe
parenteb6490f544388dd24c0d054a96dd304bc7284450
fuzz: fix broken qtest check at rcu_disable_atfork

The qtest_enabled check introduced in d6919e4 always returns false, as
it is called prior to configure_accelerators(). Instead of trying to
skip rcu_disable_atfork in qemu_main, simply call rcu_enable_atfork in
the fuzzer, after qemu_main returns.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20200618160516.2817-1-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>
softmmu/vl.c
tests/qtest/fuzz/fuzz.c