fastmodel,cpu,sim: Eliminate EndQuiesceEvent and plumbing.
authorGabe Black <gabeblack@google.com>
Thu, 6 Feb 2020 06:26:15 +0000 (22:26 -0800)
committerGabe Black <gabeblack@google.com>
Wed, 24 Jun 2020 01:25:42 +0000 (01:25 +0000)
commit5b6f0b56f90cfe871651ddfc414f718d5de77fb9
tree363025fb57e9ad6fc771e52f48650a44c5768bf6
parent634c2963f5f3bb2bf1a252a9d1f62583186b9143
fastmodel,cpu,sim: Eliminate EndQuiesceEvent and plumbing.

Change-Id: Ifca504bc298c09cbc16ef7cded21da455fb1e118
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25146
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
16 files changed:
src/arch/arm/fastmodel/iris/thread_context.hh
src/cpu/SConscript
src/cpu/checker/thread_context.hh
src/cpu/o3/cpu.cc
src/cpu/o3/thread_context.hh
src/cpu/o3/thread_context_impl.hh
src/cpu/o3/thread_state.hh
src/cpu/quiesce_event.cc [deleted file]
src/cpu/quiesce_event.hh [deleted file]
src/cpu/simple_thread.cc
src/cpu/simple_thread.hh
src/cpu/thread_context.cc
src/cpu/thread_context.hh
src/cpu/thread_state.cc
src/cpu/thread_state.hh
src/sim/pseudo_inst.cc