[Qemu-devel] Add minimal support for Cortex A15 for ARM KVM

2011-11-30 Thread bill4carson
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 |

[Qemu-devel] Add minimal support for Cortex A15 for ARM KVM

2011-09-29 Thread bill4carson
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