projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86bade7
)
config: Add a 'kvm' CPU alias
author
Andreas Sandberg
<andreas@sandberg.pp.se>
Mon, 30 Sep 2013 07:45:43 +0000
(09:45 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/configs/common/CpuConfig.py
b/configs/common/CpuConfig.py
index 6b8a215001662d7accf3c4def84dd525e3db8c04..e12b646d8a2ca96a7c8a7949a7962fb5fe68fa54 100644
(file)
--- a/
configs/common/CpuConfig.py
+++ b/
configs/common/CpuConfig.py
@@
-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