Commit 7c21c5d0 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

orchestration/simulators.py: add Gem5KvmHost

parent 27da3ca3
......@@ -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."""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment