Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57532 )

Change subject: configs: Force GPUFS config to use KVM
......................................................................

configs: Force GPUFS config to use KVM

Change-Id: Ibca219df75bb2f2315297505a21b347e9dd26853
---
M configs/example/gpufs/system/system.py
1 file changed, 11 insertions(+), 5 deletions(-)



diff --git a/configs/example/gpufs/system/system.py b/configs/example/gpufs/system/system.py
index 86815ff..2134289 100644
--- a/configs/example/gpufs/system/system.py
+++ b/configs/example/gpufs/system/system.py
@@ -84,12 +84,9 @@
     system.shadow_rom_ranges = [AddrRange(0xc0000, size = Addr('128kB'))]

     # Create specified number of CPUs. GPUFS really only needs one.
-    system.cpu = [TestCPUClass(clk_domain=system.cpu_clk_domain, cpu_id=i)
+    system.cpu = [X86KvmCPU(clk_domain=system.cpu_clk_domain, cpu_id=i)
                     for i in range(args.num_cpus)]
-
-    if ObjectList.is_kvm_cpu(TestCPUClass) or \
-        ObjectList.is_kvm_cpu(FutureClass):
-        system.kvm_vm = KvmVM()
+    system.kvm_vm = KvmVM()

     # Create AMDGPU and attach to southbridge
     shader = createGPU(system, args)

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/57532
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: Ibca219df75bb2f2315297505a21b347e9dd26853
Gerrit-Change-Number: 57532
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew Poremba <matthew.pore...@amd.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to