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

Review request for Default.


Repository: gem5


Description
-------

Changeset 11298:b421f396097a
---------------------------
dev: Add post-fork handling for disk images

This changeset adds support for notifying the disk images that the simulator has
been forked. We need to disable the saving of the CoW disk image from the child
process, and we need to make sure that systems which use a raw disk image are
not allowed to fork to avoid two or more gem5 processes writing to the same disk
image.

Signed-off-by: Andreas Sandberg <[email protected]>
[[email protected]: Rebased patches onto a newer gem5 version]
Signed-off-by: Sascha Bischoff <[email protected]>
Signed-off-by: Andreas Sandberg <[email protected]>


Diffs
-----

  src/dev/storage/disk_image.hh 14029d75688d 
  src/dev/storage/disk_image.cc 14029d75688d 

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


Testing
-------


Thanks,

Andreas Sandberg

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to