On Thu, Jul 13, 2017 at 08:01:16PM +0100, Dr. David Alan Gilbert (git) wrote: > --- a/vl.c > +++ b/vl.c > @@ -4787,8 +4787,8 @@ int main(int argc, char **argv, char **envp) > replay_disable_events(); > iothread_stop_all(); > > - bdrv_close_all(); > pause_all_vcpus(); > + bdrv_close_all(); > res_free();
I haven't debugged it yet, but in my computer iotest 093 stops working (it never finishes) after this change. Berto