mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
userland: freestanding gem5 checkpoint restore examples
This commit is contained in:
@@ -543,7 +543,6 @@ path_properties_tuples = (
|
||||
'linux': (
|
||||
{},
|
||||
{
|
||||
'gem5_exit.S': {'allowed_emulators': {'gem5'}},
|
||||
'wfe.S': {'more_than_1s': True},
|
||||
'wfe_wfe.S': {'more_than_1s': True},
|
||||
}
|
||||
@@ -678,6 +677,13 @@ path_properties_tuples = (
|
||||
'thread_return_value.cpp': {'test_run_args': {'cpus': 2}},
|
||||
},
|
||||
),
|
||||
'freestanding': (
|
||||
freestanding_properties,
|
||||
{
|
||||
'gem5_checkpoint_restore.S': {'allowed_emulators': {'gem5'}},
|
||||
'gem5_exit.S': {'allowed_emulators': {'gem5'}},
|
||||
}
|
||||
),
|
||||
'gcc': (
|
||||
{**gnu_extension_properties, **{'cc_pedantic': False}},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user