qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Add minimal support for Cortex A15 for ARM KVM
@ 2011-12-01  1:37 bill4carson
  2011-12-01  1:37 ` [Qemu-devel] [PATCH] Add minimal Vexpress Cortex A15 support bill4carson
  0 siblings, 1 reply; 12+ messages in thread
From: bill4carson @ 2011-12-01  1:37 UTC (permalink / raw)
  To: bill4carson, peter.maydell; +Cc: qemu-devel, android-virt


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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-12-06 13:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01  1:37 [Qemu-devel] Add minimal support for Cortex A15 for ARM KVM bill4carson
2011-12-01  1:37 ` [Qemu-devel] [PATCH] Add minimal Vexpress Cortex A15 support bill4carson
2011-12-01 11:29   ` Peter Maydell
2011-12-01 11:35     ` Peter Maydell
2011-12-05 17:59   ` Andreas Färber
2011-12-05 18:30     ` Peter Maydell
2011-12-06 12:28   ` Avi Kivity
2011-12-06 12:35     ` Peter Maydell
2011-12-06 12:39       ` Avi Kivity
2011-12-06 12:48         ` Peter Maydell
2011-12-06 13:12           ` Avi Kivity
2011-12-06 13:17             ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).