-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3770/
-----------------------------------------------------------

Review request for Default.


Repository: gem5


Description
-------

Changeset 11770:2b19202c9727
---------------------------
python: Move native wrappers to the _m5 namespace

Swig wrappers for native objects currently share the _m5.internal name
space with Python code. This is undesirable if we ever want to switch
from Swig to some other framework for native binding (e.g., PyBind11
or Boost::Python). This changeset moves all of such wrappers to the
_m5 namespace, which is now reserved for native code.

Change-Id: I2d2bc12dbc05b57b7c5a75f072e08124413d77f3
Signed-off-by: Andreas Sandberg <[email protected]>
Reviewed-by: Curtis Dunham <[email protected]>


Diffs
-----

  src/SConscript 6ef6e5dbff2d 
  src/python/SConscript 6ef6e5dbff2d 
  src/python/_m5/__init__.py PRE-CREATION 
  src/python/m5/SimObject.py 6ef6e5dbff2d 
  src/python/m5/__init__.py 6ef6e5dbff2d 
  src/python/m5/core.py 6ef6e5dbff2d 
  src/python/m5/debug.py 6ef6e5dbff2d 
  src/python/m5/event.py 6ef6e5dbff2d 
  src/python/m5/internal/params.py 6ef6e5dbff2d 
  src/python/m5/params.py 6ef6e5dbff2d 
  src/python/m5/simulate.py 6ef6e5dbff2d 
  src/python/m5/stats/__init__.py 6ef6e5dbff2d 
  src/python/m5/ticks.py 6ef6e5dbff2d 
  src/python/m5/trace.py 6ef6e5dbff2d 
  src/python/swig/core.i 6ef6e5dbff2d 
  src/python/swig/debug.i 6ef6e5dbff2d 
  src/python/swig/drain.i 6ef6e5dbff2d 
  src/python/swig/event.i 6ef6e5dbff2d 
  src/python/swig/pyobject.i 6ef6e5dbff2d 
  src/python/swig/range.i 6ef6e5dbff2d 
  src/python/swig/serialize.i 6ef6e5dbff2d 
  src/python/swig/stats.i 6ef6e5dbff2d 
  src/python/swig/trace.i 6ef6e5dbff2d 
  src/unittest/SConscript 6ef6e5dbff2d 
  src/unittest/stattest.i 6ef6e5dbff2d 
  src/unittest/stattestmain.py 6ef6e5dbff2d 
  tests/configs/switcheroo.py 6ef6e5dbff2d 

Diff: http://reviews.gem5.org/r/3770/diff/


Testing
-------


Thanks,

Andreas Sandberg

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to