Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
7c21c5d0
Commit
7c21c5d0
authored
Aug 16, 2024
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
Aug 18, 2024
Browse files
orchestration/simulators.py: add Gem5KvmHost
parent
27da3ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
experiments/simbricks/orchestration/simulators.py
experiments/simbricks/orchestration/simulators.py
+7
-0
No files found.
experiments/simbricks/orchestration/simulators.py
View file @
7c21c5d0
...
...
@@ -536,6 +536,13 @@ class Gem5Host(HostSim):
return
cmd
class
Gem5KvmHost
(
Gem5Host
):
def
__init__
(
self
,
node_config
:
NodeConfig
)
->
None
:
super
().
__init__
(
node_config
)
self
.
cpu_type
=
'X86KvmCPU'
class
SimicsHost
(
HostSim
):
"""Simics host simulator."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment