summaryrefslogtreecommitdiff
path: root/src/dev/copy_engine.hh
AgeCommit message (Expand)Author
2015-12-10dev: Move the CopyEngine class to src/dev/pciAndreas Sandberg
2015-12-10dev: Move existing PCI device functionality to src/dev/pciAndreas Sandberg
2015-10-12misc: Add explicit overrides and fix other clang >= 3.5 issuesAndreas Hansson
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-07-07sim: Refactor and simplify the drain APIAndreas Sandberg
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2013-07-11dev: consistently end device classes in 'Device'Steve Reinhardt
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2012-10-15Port: Add protocol-agnostic ports in the port hierarchyAndreas Hansson
2012-03-30MEM: Introduce the master/slave port sub-classes in C++William Wang
2012-02-24MEM: Move port creation to the memory object(s) constructionAndreas Hansson
2012-02-13MEM: Explicit ports and Python binding on CopyEngineAndreas Hansson
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2009-03-05stats: Fix all stats usages to deal with template fixesNathan Binkert
2009-02-26CPA: Add annotations to IGbE and CopyEngine device models.Ali Saidi
2009-01-25Devices: Make the destructor virtual on the CopyEnginChannel object.Gabe Black
2009-01-17CopyEngine: Implement a I/OAT-like copy engine.Ali Saidi