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