All of lore.kernel.org
 help / color / mirror / Atom feed
From: bill4carson@gmail.com
To: bill4carson@gmail.com, 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,  1 Dec 2011 09:37:57 +0800	[thread overview]
Message-ID: <1322703478-3292-1-git-send-email-bill4carson@gmail.com> (raw)


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

             reply	other threads:[~2011-12-01  1:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-01  1:37 bill4carson [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2011-09-29  7:30 [Qemu-devel] Add minimal support for Cortex A15 for ARM KVM 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=1322703478-3292-1-git-send-email-bill4carson@gmail.com \
    --to=bill4carson@gmail.com \
    --cc=android-virt@lists.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.