Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/49343 )

Change subject: configs: Remove KVM from default imports in components
......................................................................

configs: Remove KVM from default imports in components

Change-Id: I74028df1f775564ff16a41ab367ddad512db524c
Signed-off-by: Jason Lowe-Power <[email protected]>
---
M components_library/processors/simple_core.py
M components_library/processors/simple_processor.py
2 files changed, 0 insertions(+), 2 deletions(-)



diff --git a/components_library/processors/simple_core.py b/components_library/processors/simple_core.py
index e660fa4..4f8a4a6 100644
--- a/components_library/processors/simple_core.py
+++ b/components_library/processors/simple_core.py
@@ -36,7 +36,6 @@
     AtomicSimpleCPU,
     DerivO3CPU,
     TimingSimpleCPU,
-    X86KvmCPU,
     BaseCPU,
     Process,
 )
diff --git a/components_library/processors/simple_processor.py b/components_library/processors/simple_processor.py
index 3aaa606..4b45171 100644
--- a/components_library/processors/simple_processor.py
+++ b/components_library/processors/simple_processor.py
@@ -28,7 +28,6 @@
 from components_library.utils.override import overrides
 from components_library.boards.mem_mode import MemMode
 from components_library.processors.simple_core import SimpleCore
-from m5.objects import KvmVM

 from m5.util import warn


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/49343
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I74028df1f775564ff16a41ab367ddad512db524c
Gerrit-Change-Number: 49343
Gerrit-PatchSet: 1
Gerrit-Owner: Jason Lowe-Power <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to