syscall_emul: create Process output files in output dir
Review Request #3076 - Created Aug. 23, 2015 and updated
Information | |
---|---|
Steve Reinhardt | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11064:98f8322edfdb --------------------------- syscall_emul: create Process output files in output dir Redirected output files from Process objects were being created in the current directory instead of in the output directory.
Great. The way it should be.
Posted (Aug. 26, 2015, 7:42 a.m.)
I'm not arguing against this patch, but I do see the original rationale. Running a binary natively, or appending "gem5.opt config.py -c" in front of the binary will produce the same outputs. I don't think I have an opinion one way or the other.
Posted (Aug. 27, 2015, 11:35 a.m.)
-
src/sim/process.cc (Diff revision 1) -
test