All of lore.kernel.org
 help / color / mirror / Atom feed
From: bill4carson@gmail.com
To: bill4carson@gmail.com, cdall@cs.columbia.edu, peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, android-virt@lists.cs.columbia.edu
Subject: [Qemu-devel] Add minimal support for Cortex A15 for ARM KVM
Date: Thu, 29 Sep 2011 15:30:02 +0800	[thread overview]
Message-ID: <1317281403-31992-1-git-send-email-bill4carson@gmail.com> (raw)


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

             reply	other threads:[~2011-09-29  7:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-29  7:30 bill4carson [this message]
2011-09-29  7:30 ` [Qemu-devel] [PATCH] Add Qemu A15 minimal support for ARM KVM 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1317281403-31992-1-git-send-email-bill4carson@gmail.com \
    --to=bill4carson@gmail.com \
    --cc=android-virt@lists.cs.columbia.edu \
    --cc=cdall@cs.columbia.edu \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.