Files
gem5/src
Andreas Hansson f49830ce0b mem: Clean up Request initialisation
This patch tidies up how we create and set the fields of a Request. In
essence it tries to use the constructor where possible (as opposed to
setPhys and setVirt), thus avoiding spreading the information across a
number of locations. In fact, setPhys is made private as part of this
patch, and a number of places where we callede setVirt instead uses
the appropriate constructor.
2015-01-22 05:00:53 -05:00
..
2015-01-22 05:00:53 -05:00
2015-01-22 05:00:53 -05:00
2014-07-23 16:09:04 -05:00
2015-01-22 05:00:53 -05:00