[Qemu-devel] [PATCH] Add minimal Vexpress Cortex A15 support

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

[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 |

Re: [Qemu-devel] [PATCH] Add Qemu A15 minimal support for ARM KVM

2011-10-24 Thread bill4carson
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

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

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

[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