Review Board 2.0.15


syscall_emul: implement newfstatat, mbind and faccessat syscall

Review Request #3464 - Created May 5, 2016 and updated

Information
Sooraj Puthoor
gem5
default
Reviewers
Default

Changeset 11595:b1f5e8d56292
---------------------------
syscall_emul: implement newfstatat, mbind and faccessat syscall

newfstatat syscall is fully implemented but mbind syscall is ignored with
a warning and faccessat syscall is redirected to the existing implementation
of that syscall.


   

Issue Summary

1 1 0 0
Posted (May 12, 2016, 1:19 p.m.)



  
src/sim/syscall_emul.hh (Diff revision 1)
 
 

Hello Sooraj, please remove this system call stub and use the ignoreFunc function above in "src/arch/x86/linux/process.cc".

It does what you've done here with the stub for mbind, but doesn't actually add in the stub.