diff options
author | Sascha Bischoff <sascha.bischoff@ARM.com> | 2015-11-05 18:26:23 +0000 |
---|---|---|
committer | Sascha Bischoff <sascha.bischoff@ARM.com> | 2015-11-05 18:26:23 +0000 |
commit | 2d79bf3d4dfd997d352b8399c4c9f3ff9d05de41 (patch) | |
tree | f761619cf3fb81cb41c2f6e205c786b0381f675e /src/sim/probe | |
parent | 47326f54222af99d96ab57508449d1bb62d03842 (diff) | |
download | gem5-2d79bf3d4dfd997d352b8399c4c9f3ff9d05de41.tar.xz |
sim: Disable gzip compression for writefile pseudo instruction
The writefile pseudo instruction uses OutputDirectory::create and
OutputDirectory::openFile to create the output files. However, by
default these will check the file extention for .gz, and create a gzip
compressed stream if the file ending matches. When writing out files,
we want to write them out exactly as they are in the guest simulation,
and never want to compress them with gzio. Additionally, this causes
m5 writefile to fail when checking the error flags for the output
steam.
With this patch we add an additional no_gz argument to
OutputDirectory::create and OutputDirectory::openFile which allows us
to override the gzip compression. Therefore, for m5 writefile we
disable the filename check, and always create a standard ostream.
Diffstat (limited to 'src/sim/probe')
0 files changed, 0 insertions, 0 deletions