sim, kvm: make KvmVM a System parameter
[gem5.git] / src / cpu / kvm / KvmVM.py
index 478a91682a9f1b7b789cd0ea05f93a60e8ad38ff..cbc92ca0d4972cf2ada7f932e79ff1896725d0d4 100644 (file)
@@ -44,6 +44,5 @@ class KvmVM(SimObject):
     type = 'KvmVM'
     cxx_header = "cpu/kvm/vm.hh"
 
-    system = Param.System(Parent.any, "system object")
-
-    coalescedMMIO = VectorParam.AddrRange([], "memory ranges for coalesced MMIO")
+    coalescedMMIO = \
+      VectorParam.AddrRange([], "memory ranges for coalesced MMIO")