Dmitry Vyukov b9371a6101 repro: always recreate VMs
Currently we try to optimize and reuse VMs in some cases.
The major problem is that qemu VM.Run implementation does not
expect more than one Run call. The second one always fails.
Another problem is that VM state is not completely clean
and there can be some accumulated state.

Don't try to be smart and recreate VMs always.
2017-02-02 20:23:40 +01:00
..
2017-02-02 20:23:40 +01:00