On Mon, 2021-01-11 at 10:01 +0100, Philippe Mathieu-Daudé wrote: > On 1/11/21 7:11 AM, Qiuhao Li wrote: > > Simplifying the crash cases by opportunistically setting bits in > > operands of > > out/write to zero may help to debug, since usually bit one means > > turn on or > > trigger a function while zero is the default turn-off setting. > > > > Tested Bug 1908062. > > Please use the full link as reference: > https://bugs.launchpad.net/qemu/+bug/1908062
Ok, should I submit a new version patch? Or just change the commit messages and submit this series again? Thank you. > > (since this series is fully reviewed, can the > maintainer applying the series do the change > in place?) > > Thanks, > > Phil. > > > Signed-off-by: Qiuhao Li <qiuhao...@outlook.com> > > Reviewed-by: Alexander Bulekov <alx...@bu.edu> > > Tested-by: Alexander Bulekov <alx...@bu.edu> > > --- > > scripts/oss-fuzz/minimize_qtest_trace.py | 39 > > ++++++++++++++++++++++++ > > 1 file changed, 39 insertions(+) > >