On Wed, Oct 30, 2019 at 02:49:52PM +0000, Oleinik, Alexander wrote: > From: Alexander Oleinik > > The virtual-device fuzzer must initialize QOM, prior to running > vl:qemu_init, so that it can use the qos_graph to identify the arguments > required to initialize a guest for libqos-assisted fuzzing. This change > prevents errors when vl:qemu_init tries to (re)initialize the previously > initialized QOM module. > > Signed-off-by: Alexander Oleinik > --- > util/module.c | 7 +++++++ > 1 file changed, 7 insertions(+) Reviewed-by: Stefan Hajnoczi