[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-riscv] [PULL] RISC-V Patches for 3.2, Part 3
From: |
Palmer Dabbelt |
Subject: |
[Qemu-riscv] [PULL] RISC-V Patches for 3.2, Part 3 |
Date: |
Sat, 2 Feb 2019 01:43:19 -0800 |
The following changes since commit 5385a5988c8a55bebdc878c05b96648579b5d6e0:
hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config struct
(2019-01-21 17:20:36 +0000)
are available in the Git repository at:
git://github.com/palmer-dabbelt/qemu.git tags/riscv-for-master-3.2-part3
for you to fetch changes up to 461ab9de46d085a37b0da6f096aadc4e0dda4d4c:
target/riscv: fix counter-enable checks in ctr() (2019-01-29 11:33:38 -0800)
----------------------------------------------------------------
RISC-V Patches for 3.2, Part 3
This patch set contains a handful of patches I've collected over the
last few weeks. There's nothing really fundamental, but I thought it
would be good to send these out now as there are some other patch sets
on the mailing list that are getting ready to go.
As far as the actual patches, there's:
* A set that cleans up our FS dirty-mode handling.
* Support for writing MISA.
* The removal of Michael as a maintainer.
* A fix to {m,s}counteren handling.
This passes my standard "boots Fedora" test case.
----------------------------------------------------------------
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
Palmer Dabbelt (1):
MAINTAINERS: Remove Michael Clark as a RISC-V Maintainer
Richard Henderson (2):
RISC-V: Split out mstatus_fs from tb_flags
RISC-V: Mark mstatus.fs dirty
Xi Wang (1):
target/riscv: fix counter-enable checks in ctr()
MAINTAINERS | 1 -
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 | 103 ++++++++++++----
target/riscv/fpu_helper.c | 6 +-
target/riscv/op_helper.c | 47 +++++---
target/riscv/translate.c | 290 +++++++++++++++++++++++++++++++++++++++-------
10 files changed, 396 insertions(+), 109 deletions(-)
- [Qemu-riscv] [PULL] RISC-V Patches for 3.2, Part 3,
Palmer Dabbelt <=
- [Qemu-riscv] [PULL 09/10] MAINTAINERS: Remove Michael Clark as a RISC-V Maintainer, Palmer Dabbelt, 2019/02/02
- [Qemu-riscv] [PULL 01/10] RISC-V: Split out mstatus_fs from tb_flags, Palmer Dabbelt, 2019/02/02
- [Qemu-riscv] [PULL 07/10] RISC-V: Add misa.MAFD checks to translate, Palmer Dabbelt, 2019/02/02
- [Qemu-riscv] [PULL 08/10] RISC-V: Add misa runtime write support, Palmer Dabbelt, 2019/02/02
- [Qemu-riscv] [PULL 06/10] RISC-V: Add misa to DisasContext, Palmer Dabbelt, 2019/02/02
- [Qemu-riscv] [PULL 05/10] RISC-V: Add priv_ver to DisasContext, Palmer Dabbelt, 2019/02/02
- [Qemu-riscv] [PULL 10/10] target/riscv: fix counter-enable checks in ctr(), Palmer Dabbelt, 2019/02/02
- [Qemu-riscv] [PULL 03/10] RISC-V: Implement mstatus.TSR/TW/TVM, Palmer Dabbelt, 2019/02/02
- [Qemu-riscv] [PULL 04/10] RISC-V: Use riscv prefix consistently on cpu helpers, Palmer Dabbelt, 2019/02/02
- [Qemu-riscv] [PULL 02/10] RISC-V: Mark mstatus.fs dirty, Palmer Dabbelt, 2019/02/02