38a39
> from m5.SimObject import *
101,103c102,105
< @classmethod
< def export_methods(cls, code):
< code('''void dumpDmesg();''')
---
> @cxxMethod
> def dumpDmesg(self):
> """Dump dmesg from the simulated kernel to standard out"""
> pass