aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-02-02 20:19:44 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-02-02 20:23:40 +0100
commitb9371a610178a570b770473c9654d1569cc00cee (patch)
tree2cd23868f460004f1e41ff157010d19fee6796b5 /executor/executor.cc
parentd0a89289d5c80480617968dad17ffb258777fd3f (diff)
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.
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions