All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Add minimal support for Cortex A15 for ARM KVM
@ 2011-09-29  7:30 bill4carson
  2011-09-29  7:30 ` [Qemu-devel] [PATCH] Add Qemu A15 minimal support " bill4carson
  0 siblings, 1 reply; 5+ messages in thread
From: bill4carson @ 2011-09-29  7:30 UTC (permalink / raw)
  To: bill4carson, cdall, peter.maydell; +Cc: qemu-devel, android-virt


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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Qemu-devel] Add minimal support for Cortex A15 for ARM KVM
@ 2011-12-01  1:37 bill4carson
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2011-12-01  1:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-29  7:30 [Qemu-devel] Add minimal support for Cortex A15 for ARM KVM bill4carson
2011-09-29  7:30 ` [Qemu-devel] [PATCH] Add Qemu A15 minimal support " bill4carson
2011-10-24 14:09   ` Peter Maydell
2011-10-25  1:46     ` bill4carson
2011-12-01  1:37 [Qemu-devel] Add minimal support for Cortex A15 " bill4carson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.