Review Board 2.0.15


syscall emulation: Put BufferArg classes in a separate header.

Review Request #2410 - Created Sept. 23, 2014 and submitted - Latest diff uploaded

Information
Steve Reinhardt
gem5
default
Reviewers
Default
Changeset 10413:46f0e0fb8d5c
---------------------------
syscall emulation: Put BufferArg classes in a separate header.

Move the BufferArg classes that support syscall buffer args
(i.e., pointers into simulated user space) out of syscall_emul.hh
and into a new header syscall_emul_buf.hh so they are accessible
to emulated driver implementations.

Take the opportunity to add some comments as well.