All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stafford Horne <shorne@gmail.com>
To: qemu-devel qemu-devel <qemu-devel@nongnu.org>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-devel] [PULL 0/5] OpenRISC SMP Support
Date: Fri, 20 Oct 2017 18:39:15 +0900	[thread overview]
Message-ID: <CAAfxs77Tpr5Bf4084WHedsUVi+9fp8=NsmSyA0OSsgDntgJpZg@mail.gmail.com> (raw)
In-Reply-To: <20171013145714.2740-1-shorne@gmail.com>

Hello Peter,

It looks like I didn't send this directly to you.  Please let me know if
there are any issues.


On 13 Oct 2017 11:57 p.m., "Stafford Horne" <shorne@gmail.com> wrote:

Hello,

Please consider for pull.

The following changes since commit 7851197b812b383ae1208c5d86391c5179c8209d:

  Update version for 2.10.1 release (2017-10-02 12:42:58 -0500)

are available in the git repository at:

  git://github.com/stffrdhrn/qemu.git tags/openrisc-20171113-smp-pr

for you to fetch changes up to 017a118ebed8757ccdce6fa217640963579aeb13:

  openrisc: Only kick cpu on timeout, not on update (2017-10-13 23:31:22
+0900)

----------------------------------------------------------------
OpenRISC SMP patchset 20171113

----------------------------------------------------------------
Stafford Horne (5):
  openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)
  target/openrisc: Make coreid and numcores variable
  openrisc/cputimer: Perparation for Multicore
  openrisc: Initial SMP support
  openrisc: Only kick cpu on timeout, not on update

 default-configs/or1k-softmmu.mak |   1 +
 hw/intc/Makefile.objs            |   1 +
 hw/intc/ompic.c                  | 179 ++++++++++++++++++++++++++++++
+++++++++
 hw/openrisc/cputimer.c           |  64 ++++++++++----
 hw/openrisc/openrisc_sim.c       |  84 +++++++++++++-----
 target/openrisc/cpu.c            |   1 -
 target/openrisc/cpu.h            |   4 +-
 target/openrisc/machine.c        |   1 -
 target/openrisc/sys_helper.c     |   9 +-
 9 files changed, 298 insertions(+), 46 deletions(-)
 create mode 100644 hw/intc/ompic.c

--
2.13.6

  parent reply	other threads:[~2017-10-20  9:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-13 14:57 [Qemu-devel] [PULL 0/5] OpenRISC SMP Support Stafford Horne
2017-10-13 14:57 ` [Qemu-devel] [PULL 1/5] openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC) Stafford Horne
2017-10-13 14:57 ` [Qemu-devel] [PULL 2/5] target/openrisc: Make coreid and numcores variable Stafford Horne
2017-10-13 14:57 ` [Qemu-devel] [PULL 3/5] openrisc/cputimer: Perparation for Multicore Stafford Horne
2017-10-13 14:57 ` [Qemu-devel] [PULL 4/5] openrisc: Initial SMP support Stafford Horne
2017-10-13 14:57 ` [Qemu-devel] [PULL 5/5] openrisc: Only kick cpu on timeout, not on update Stafford Horne
2017-10-20  9:39 ` Stafford Horne [this message]
2017-10-20  9:45   ` [Qemu-devel] [PULL 0/5] OpenRISC SMP Support Peter Maydell
2017-10-20 16:51 ` Peter Maydell
2017-10-20 22:04   ` Stafford Horne

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='CAAfxs77Tpr5Bf4084WHedsUVi+9fp8=NsmSyA0OSsgDntgJpZg@mail.gmail.com' \
    --to=shorne@gmail.com \
    --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.