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 | 192 +++++++++++++++++++++++++++++++++++++++++++++++++++ target-arm/cpu.h | 1 + target-arm/helper.c | 31 ++++++++ 5 files changed, 343 insertions(+), 1 deletions(-) create mode 100644 hw/a15mpcore.c