patch from Vince Weaver for review
Review Request #588 - Created March 17, 2011 and submitted
| Information | |
|---|---|
| Lisa Hsu | |
| gem5 | |
| Reviewers | |
| Default | |
| ali, gblack, nate, stever | |
X86: SE syscalls: patch from Vince Weaver for review
I've done minimal testing on these, i.e. I've pushed them to a clean tree and run X86 SPEC2k6 binaries on them, some of which didn't work prior to the patches but now do. Others remain broken. Vince, however, has done lots of testing and basically needed these to run SPEC2K workloads to completion for his thesis. In other words, I bet these patches are good, but not complete for the purposes of running SPEC2k6.
Posted (March 18, 2011, 6:54 a.m.)
It seems like we should be able to emulate the access system call fairly easily. It basically just checks if a file can be accessed in certain ways, I think. We could do that on the real file descriptor, rearrange the result if necessary, and pass it back. The other syscall changes here look ok.
