On Fri, 2019-08-09 at 10:04 +0100, Stefan Hajnoczi wrote: > On Mon, Aug 05, 2019 at 07:11:05AM +0000, Oleinik, Alexander wrote: > > Signed-off-by: Alexander Oleinik <alx...@bu.edu> > > --- > > util/module.c | 7 +++++++ > > 1 file changed, 7 insertions(+) > > Why is this necessary? Existing callers only invoke this function > once > for each type. This was suggested by Paolo in Message-ID: fad9d12a-39df-e2fa-064b-5132add9d...@redhat.com
I need to initialize the QOS module in the fuzzer main to identify the qemu arguments, prior to running vl.c:main. > Please include justification in the commit description. Will do > Stefan