[PATCH v2 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines

Alistair Francis posted 3 patches 4 years ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1588878640.git.alistair.francis@wdc.com
Maintainers: Alistair Francis <Alistair.Francis@wdc.com>, Thomas Huth <thuth@redhat.com>, Sagar Karandikar <sagark@eecs.berkeley.edu>, Laurent Vivier <lvivier@redhat.com>, Palmer Dabbelt <palmer@dabbelt.com>, Paolo Bonzini <pbonzini@redhat.com>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
There is a newer version of this series
hw/riscv/spike.c                              | 217 ------------------
include/hw/riscv/spike.h                      |   6 +-
target/riscv/cpu.c                            |  30 ---
target/riscv/cpu.h                            |   8 -
target/riscv/csr.c                            |  82 ++-----
.../riscv/insn_trans/trans_privileged.inc.c   |   6 -
tests/qtest/machine-none-test.c               |   4 +-
7 files changed, 21 insertions(+), 332 deletions(-)
[PATCH v2 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
Posted by Alistair Francis 4 years ago
v2:
 - Remove the CPUs and ISA seperatley

Alistair Francis (3):
  hw/riscv: spike: Remove deprecated ISA specific machines
  target/riscv: Remove the deprecated CPUs
  target/riscv: Drop support for ISA spec version 1.09.1

 hw/riscv/spike.c                              | 217 ------------------
 include/hw/riscv/spike.h                      |   6 +-
 target/riscv/cpu.c                            |  30 ---
 target/riscv/cpu.h                            |   8 -
 target/riscv/csr.c                            |  82 ++-----
 .../riscv/insn_trans/trans_privileged.inc.c   |   6 -
 tests/qtest/machine-none-test.c               |   4 +-
 7 files changed, 21 insertions(+), 332 deletions(-)

-- 
2.26.2


Re: [PATCH v2 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
Posted by Alistair Francis 3 years, 11 months ago
On Thu, May 7, 2020 at 12:19 PM Alistair Francis
<alistair.francis@wdc.com> wrote:
>
> v2:
>  - Remove the CPUs and ISA seperatley
>
> Alistair Francis (3):
>   hw/riscv: spike: Remove deprecated ISA specific machines
>   target/riscv: Remove the deprecated CPUs
>   target/riscv: Drop support for ISA spec version 1.09.1

Any more comments?

Alistair

>
>  hw/riscv/spike.c                              | 217 ------------------
>  include/hw/riscv/spike.h                      |   6 +-
>  target/riscv/cpu.c                            |  30 ---
>  target/riscv/cpu.h                            |   8 -
>  target/riscv/csr.c                            |  82 ++-----
>  .../riscv/insn_trans/trans_privileged.inc.c   |   6 -
>  tests/qtest/machine-none-test.c               |   4 +-
>  7 files changed, 21 insertions(+), 332 deletions(-)
>
> --
> 2.26.2
>