projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4822f1e
)
hw/virt/arm: Add support for Cortex-A72 in virt
author
ZhiPeng Lu
<luzhipeng@uniudc.com>
Tue, 27 Nov 2018 11:02:45 +0000
(19:02 +0800)
committer
Peter Maydell
<peter.maydell@linaro.org>
Tue, 27 Nov 2018 14:03:06 +0000
(14:03 +0000)
Signed-off-by: ZhiPeng Lu <luzhipeng@uniudc.com>
Message-id:
1543316565
-
1101590
-1-git-send-email-luzhipeng@uniudc.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c
patch
|
blob
|
history
diff --git
a/hw/arm/virt.c
b/hw/arm/virt.c
index a2b8d8f7c2c0f576802cf2ec38c8ebbcd2727936..f69e7eb39977c59a516b86803878e719f172281d 100644
(file)
--- a/
hw/arm/virt.c
+++ b/
hw/arm/virt.c
@@
-174,6
+174,7
@@
static const char *valid_cpus[] = {
ARM_CPU_TYPE_NAME("cortex-a15"),
ARM_CPU_TYPE_NAME("cortex-a53"),
ARM_CPU_TYPE_NAME("cortex-a57"),
+ ARM_CPU_TYPE_NAME("cortex-a72"),
ARM_CPU_TYPE_NAME("host"),
ARM_CPU_TYPE_NAME("max"),
};