misc: Make the m5 utilities writefile command accept a host path.
authorGabe Black <gabeblack@google.com>
Sat, 16 Sep 2017 00:24:12 +0000 (17:24 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 26 Sep 2017 21:20:02 +0000 (21:20 +0000)
commit3734637c0c41eedc5b5dc4f1ced50610a7a17db4
tree64ef350e81232177f4a106f838d044bdde8b9342
parentcd5d28594d9708cca2fbbf17e9246cbd890ae336
misc: Make the m5 utilities writefile command accept a host path.

When the writefile command is given one command line argument, it's treated
as the name of the file in the simulation and on the host. When there are two
arguments, the first is the filename in the simulation, and the second is the
name on the host.

Change-Id: I402925a9ff89665bee9910fb18b7f8b06b8f7d35
Reviewed-on: https://gem5-review.googlesource.com/4850
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
util/m5/m5.c