syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead
Review Request #3671 - Created Oct. 17, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Brandon Potter | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11694:c915cc7cff42 --------------------------- syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead The EIOProcess class was removed recently and it was the only other class which derived from Process. Since every Process invocation is also a LiveProcess invocation, it makes sense to simplify the who organization by combining the fields from LiveProcess into Process.
