qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis <Alistair.Francis@wdc.com>
To: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"qemu-riscv@nongnu.org" <qemu-riscv@nongnu.org>
Cc: Alistair Francis <Alistair.Francis@wdc.com>,
	"alistair23@gmail.com" <alistair23@gmail.com>,
	"palmer@sifive.com" <palmer@sifive.com>
Subject: [Qemu-devel] [PATCH v2 00/11]  Upstream RISC-V fork patches, part 4
Date: Thu, 21 Feb 2019 00:43:10 +0000	[thread overview]
Message-ID: <cover.1550709660.git.alistair.francis@wdc.com> (raw)

v2:
 - Add a patch for SiFive U SMP support
 - Rebase on master

Alistair Francis (2):
  riscv: pmp: Log pmp access errors as guest errors
  riscv: sifive_u: Allow up to 4 CPUs to be created

Kito Cheng (1):
  RISC-V: linux-user support for RVE ABI

Michael Clark (8):
  RISC-V: Replace __builtin_popcount with ctpop8 in PLIC
  RISC-V: Allow interrupt controllers to claim interrupts
  RISC-V: Remove unnecessary disassembler constraints
  elf: Add RISC-V PSABI ELF header defines
  RISC-V: Change local interrupts from edge to level
  RISC-V: Add support for vectored interrupts
  RISC-V: Convert trap debugging to trace events
  RISC-V: Update load reservation comment in do_interrupt

 Makefile.objs               |   1 +
 disas/riscv.c               | 138 -----------------------------
 hw/riscv/sifive_plic.c      |  19 +++-
 hw/riscv/sifive_u.c         |   5 +-
 include/elf.h               |  10 +++
 linux-user/riscv/cpu_loop.c |  15 +++-
 target/riscv/cpu.h          |   6 ++
 target/riscv/cpu_helper.c   | 168 +++++++++++++++---------------------
 target/riscv/cpu_user.h     |   3 +-
 target/riscv/csr.c          |  22 ++---
 target/riscv/pmp.c          |  20 +++--
 target/riscv/trace-events   |   2 +
 12 files changed, 148 insertions(+), 261 deletions(-)
 create mode 100644 target/riscv/trace-events

-- 
2.20.1

             reply	other threads:[~2019-02-21  0:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-21  0:43 Alistair Francis [this message]
2019-02-21  0:43 ` [Qemu-devel] [PATCH v2 01/11] riscv: pmp: Log pmp access errors as guest errors Alistair Francis
2019-02-21  0:43 ` [Qemu-devel] [PATCH v2 02/11] RISC-V: Replace __builtin_popcount with ctpop8 in PLIC Alistair Francis
2019-02-21  0:43 ` [Qemu-devel] [PATCH v2 03/11] RISC-V: Allow interrupt controllers to claim interrupts Alistair Francis
2019-02-21  0:43 ` [Qemu-devel] [PATCH v2 04/11] RISC-V: Remove unnecessary disassembler constraints Alistair Francis
2019-02-21  0:43 ` [Qemu-devel] [PATCH v2 05/11] elf: Add RISC-V PSABI ELF header defines Alistair Francis
2019-02-21  0:44 ` [Qemu-devel] [PATCH v2 06/11] RISC-V: linux-user support for RVE ABI Alistair Francis
2019-02-21  0:44 ` [Qemu-devel] [PATCH v2 07/11] RISC-V: Change local interrupts from edge to level Alistair Francis
2019-02-21  0:44 ` [Qemu-devel] [PATCH v2 08/11] RISC-V: Add support for vectored interrupts Alistair Francis
2019-02-21  0:44 ` [Qemu-devel] [PATCH v2 09/11] RISC-V: Convert trap debugging to trace events Alistair Francis
2019-02-21  0:44 ` [Qemu-devel] [PATCH v2 10/11] RISC-V: Update load reservation comment in do_interrupt Alistair Francis
2019-02-21  0:44 ` [Qemu-devel] [PATCH v2 11/11] riscv: sifive_u: Allow up to 4 CPUs to be created Alistair Francis

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=cover.1550709660.git.alistair.francis@wdc.com \
    --to=alistair.francis@wdc.com \
    --cc=alistair23@gmail.com \
    --cc=palmer@sifive.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@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 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).