-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3606/
-----------------------------------------------------------

Review request for Default.


Repository: gem5


Description
-------

Changeset 11594:0d151793b2f3
---------------------------
sim: fix issues with pwrite(); don't enable fstatfs

this patch fixes issues with changeset 11593

use the host's pwrite() syscall for pwrite64Func(),
as opposed to pwrite64(), because pwrite64() does
not work well on all distros.

undo the enabling of fstatfs, as we will add this
in a separate pate.


Diffs
-----

  src/arch/x86/linux/process.cc ba45735a726a4582e63561ab3dc741d7f0890447 
  src/sim/syscall_emul.hh ba45735a726a4582e63561ab3dc741d7f0890447 

Diff: http://reviews.gem5.org/r/3606/diff/


Testing
-------

Regressions passing on ZIZZER


Thanks,

Tony Gutierrez

_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to