216,218d215
< if (_status != Running) {
< _status = Idle;
< }
505a503,506
>
> Param<bool> do_quiesce;
> Param<bool> do_checkpoint_insts;
> Param<bool> do_statistics_insts;
537a539,541
> INIT_PARAM(do_quiesce, ""),
> INIT_PARAM(do_checkpoint_insts, ""),
> INIT_PARAM(do_statistics_insts, ""),
574a579,581
> params->do_quiesce = do_quiesce;
> params->do_checkpoint_insts = do_checkpoint_insts;
> params->do_statistics_insts = do_statistics_insts;