x86: Create an SEWorkload for x86 linux.
authorGabe Black <gabe.black@gmail.com>
Wed, 21 Oct 2020 00:44:44 +0000 (17:44 -0700)
committerGabe Black <gabe.black@gmail.com>
Thu, 22 Oct 2020 22:03:20 +0000 (22:03 +0000)
commit4e6339acd2eccf77089b4708f3a5c4f7a1deeba3
tree978df4217b351f76219b08947c417b78df810427
parente3d8b931420200679e8119f1affe7ad156f8c726
x86: Create an SEWorkload for x86 linux.

This doesn't do anything interesting yet, but soon it will take over
system call duties from the x86 linux processes.

Change-Id: Ic126fc80def0b458de51d3a9c96120c58e5a75ad
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33902
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Reviewed-by: Alexandru Duțu <alexandru.dutu@amd.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/x86/SConscript
src/arch/x86/X86SeWorkload.py [new file with mode: 0644]
src/arch/x86/linux/se_workload.cc [new file with mode: 0644]
src/arch/x86/linux/se_workload.hh [new file with mode: 0644]