[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Add minimal support for Cortex A15 for ARM KVM
From: |
bill4carson |
Subject: |
[Qemu-devel] Add minimal support for Cortex A15 for ARM KVM |
Date: |
Thu, 29 Sep 2011 15:30:02 +0800 |
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
- [Qemu-devel] Add minimal support for Cortex A15 for ARM KVM,
bill4carson <=