From: Bill Carson
This patch adds minimal codes to support A15 which enables ARM KVM could
run Guest OS build with Versatile Express Cortex-A15x4 tile.
Signed-off-by: Bill Carson
---
Makefile.target |2 +-
hw/a15mpcore.c | 118 +++
hw/vexpress.c
This patch adds minimal support for Cortex A15 to run under ARM KVM as guest
os, and architecture timer is NOT supported yet.
Qemu based on:
git://git.linaro.org/qemu/qemu-linaro.git
Makefile.target |2 +-
hw/a15mpcore.c | 118 +++
hw/vexpress.c |
On 2011年10月24日 22:09, Peter Maydell wrote:
On 29 September 2011 08:30, wrote:
From: Bill Carson
This patch add some A15 codes which enables ARM KVM could run
Guest OS build with Versatile Express Cortex-A15x4 tile.
Thanks for sending this; I have somewhat belatedly written
up some comments
From: Bill Carson
This patch add some A15 codes which enables ARM KVM could run
Guest OS build with Versatile Express Cortex-A15x4 tile.
Signed-off-by: Bill Carson
---
Makefile.target |2 +-
hw/a15mpcore.c | 146 ++
hw/vexpress.c | 192 +
This patch adds minimal support for Cortex A15 to run under ARM KVM,
which pavesthe way to ARM interrupt/time virtualization.
Patches are based on:
git://git.ncl.cs.columbia.edu/pub/git/qemu
For how to setup ARM KVM environment, please refer:
http://wiki.ncl.cs.columbia.edu/wiki/KVMARM:Guides:De