trace: improve a bit, fix bugs

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-23 00:00:00 +00:00
parent b57cf380f5
commit 7816f1f635
3 changed files with 37 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ if common.emulator == 'gem5':
run.main(args, extra_args)
else:
extra_args.update({
'kernel_cli_extra': 'init=/poweroff.out',
'kernel_cli': 'init=/poweroff.out',
'trace': 'exec_tb',
})
run.main(args, extra_args)