config: Add a 'kvm' CPU alias
authorAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 30 Sep 2013 07:45:43 +0000 (09:45 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 30 Sep 2013 07:45:43 +0000 (09:45 +0200)
Add a CPU alias, 'kvm', for the first available KVM-accelerated CPU
model.

configs/common/CpuConfig.py

index 6b8a215001662d7accf3c4def84dd525e3db8c04..e12b646d8a2ca96a7c8a7949a7962fb5fe68fa54 100644 (file)
@@ -52,6 +52,7 @@ _cpu_aliases_all = [
     ("atomic", "AtomicSimpleCPU"),
     ("inorder", "InOrderCPU"),
     ("detailed", "DerivO3CPU"),
+    ("kvm", ("ArmKvmCPU", "X86KvmCPU")),
     ]
 
 # Filtered list of aliases. Only aliases for existing CPUs exist in