gem5/src/dev/storage
Andreas Sandberg 6de52699bb 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 <andreas@sandberg.pp.se>
[sascha.bischoff@arm.com: Rebased patches onto a newer gem5 version]
Signed-off-by: Sascha Bischoff <sascha.bischoff@arm.com>
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
2015-11-26 10:11:52 +00:00
..
disk_image.cc dev: Add post-fork handling for disk images 2015-11-26 10:11:52 +00:00
disk_image.hh dev: Add post-fork handling for disk images 2015-11-26 10:11:52 +00:00
DiskImage.py dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
Ide.py dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
ide_atareg.h dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
ide_ctrl.cc dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
ide_ctrl.hh dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
ide_disk.cc dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
ide_disk.hh dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
ide_wdcreg.h dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
SConscript dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
simple_disk.cc dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
simple_disk.hh dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00
SimpleDisk.py dev: Move storage devices to src/dev/storage/ 2015-12-10 10:35:23 +00:00