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>
Subject: [Qemu-devel] [PATCH v1 0/8] Upstream RISC-V fork patches, part 3
Date: Mon, 14 Jan 2019 23:57:41 +0000 [thread overview]
Message-ID: <cover.1547510220.git.alistair.francis@wdc.com> (raw)
Alistair Francis (1):
RISC-V: Add priv_ver to DisasContext
Michael Clark (5):
RISC-V: Implement mstatus.TSR/TW/TVM
RISC-V: Use riscv prefix consistently on cpu helpers
RISC-V: Add misa to DisasContext
RISC-V: Add misa.MAFD checks to translate
RISC-V: Add misa runtime write support
Richard Henderson (2):
RISC-V: Split out mstatus_fs from tb_flags
RISC-V: Mark mstatus.fs dirty
linux-user/riscv/signal.c | 4 +-
target/riscv/cpu.c | 2 +-
target/riscv/cpu.h | 31 ++--
target/riscv/cpu_bits.h | 11 ++
target/riscv/cpu_helper.c | 10 +-
target/riscv/csr.c | 91 +++++++++---
target/riscv/fpu_helper.c | 6 +-
target/riscv/op_helper.c | 47 ++++--
target/riscv/translate.c | 292 ++++++++++++++++++++++++++++++++------
9 files changed, 388 insertions(+), 106 deletions(-)
--
2.19.1
next reply other threads:[~2019-01-14 23:57 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-14 23:57 Alistair Francis [this message]
2019-01-14 23:57 ` [Qemu-devel] [PATCH v1 1/8] RISC-V: Split out mstatus_fs from tb_flags Alistair Francis
2019-01-14 23:57 ` [Qemu-devel] [PATCH v1 2/8] RISC-V: Mark mstatus.fs dirty Alistair Francis
2019-01-14 23:58 ` [Qemu-devel] [PATCH v1 3/8] RISC-V: Implement mstatus.TSR/TW/TVM Alistair Francis
2019-01-14 23:58 ` [Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers Alistair Francis
2019-01-15 10:50 ` Philippe Mathieu-Daudé
2019-01-15 17:17 ` Philippe Mathieu-Daudé
2019-01-15 17:50 ` Alistair Francis
2019-01-15 19:03 ` Philippe Mathieu-Daudé
2019-01-15 22:21 ` Richard Henderson
2019-01-14 23:58 ` [Qemu-devel] [PATCH v1 5/8] RISC-V: Add priv_ver to DisasContext Alistair Francis
2019-01-15 22:23 ` Richard Henderson
2019-01-15 22:25 ` Alistair Francis
2019-01-25 0:36 ` Palmer Dabbelt
2019-01-25 0:45 ` Alistair Francis
2019-01-14 23:58 ` [Qemu-devel] [PATCH v1 6/8] RISC-V: Add misa " Alistair Francis
2019-01-14 23:58 ` [Qemu-devel] [PATCH v1 7/8] RISC-V: Add misa.MAFD checks to translate Alistair Francis
2019-01-15 22:26 ` Richard Henderson
2019-01-14 23:59 ` [Qemu-devel] [PATCH v1 8/8] RISC-V: Add misa runtime write support Alistair Francis
2019-01-25 0:37 ` Palmer Dabbelt
2019-01-25 0:37 ` [Qemu-devel] [PATCH v1 0/8] Upstream RISC-V fork patches, part 3 Palmer Dabbelt
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.1547510220.git.alistair.francis@wdc.com \
--to=alistair.francis@wdc.com \
--cc=alistair23@gmail.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).