All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4]  RISC-V: Remove deprecated ISA, CPUs and machines
@ 2020-05-28 22:16 ` Alistair Francis
  0 siblings, 0 replies; 20+ messages in thread
From: Alistair Francis @ 2020-05-28 22:16 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv; +Cc: alistair.francis, bmeng.cn, palmer, alistair23


v4:
 - Remove all of the < PRIV_VERSION_1_10_0 checks
 - Move the documentation to the "Recently removed features" section
 - Document the OpenSBI deprecation
v3:
 - Don't use SiFive CPUs for Spike machine
v2:
 - Remove the CPUs and ISA seperatley


Alistair Francis (4):
  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
  docs: deprecated: Update the -bios documentation

 docs/system/deprecated.rst                    |  98 ++++----
 include/hw/riscv/spike.h                      |   6 +-
 target/riscv/cpu.h                            |   8 -
 hw/riscv/spike.c                              | 217 ------------------
 target/riscv/cpu.c                            |  30 ---
 target/riscv/cpu_helper.c                     |  82 +++----
 target/riscv/csr.c                            | 138 ++---------
 .../riscv/insn_trans/trans_privileged.inc.c   |  18 +-
 target/riscv/monitor.c                        |   5 -
 target/riscv/op_helper.c                      |  17 +-
 tests/qtest/machine-none-test.c               |   4 +-
 11 files changed, 118 insertions(+), 505 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2020-06-01 21:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28 22:16 [PATCH v4 0/4] RISC-V: Remove deprecated ISA, CPUs and machines Alistair Francis
2020-05-28 22:16 ` Alistair Francis
2020-05-28 22:16 ` [PATCH v4 1/4] hw/riscv: spike: Remove deprecated ISA specific machines Alistair Francis
2020-05-28 22:16   ` Alistair Francis
2020-05-29  5:34   ` Thomas Huth
2020-05-29  5:34     ` Thomas Huth
2020-05-28 22:16 ` [PATCH v4 2/4] target/riscv: Remove the deprecated CPUs Alistair Francis
2020-05-28 22:16   ` Alistair Francis
2020-06-01  4:51   ` Bin Meng
2020-06-01  4:51     ` Bin Meng
2020-06-01 21:22     ` Alistair Francis
2020-06-01 21:22       ` Alistair Francis
2020-05-28 22:16 ` [PATCH v4 3/4] target/riscv: Drop support for ISA spec version 1.09.1 Alistair Francis
2020-05-28 22:16   ` Alistair Francis
2020-06-01  4:55   ` Bin Meng
2020-06-01  4:55     ` Bin Meng
2020-05-28 22:16 ` [PATCH v4 4/4] docs: deprecated: Update the -bios documentation Alistair Francis
2020-05-28 22:16   ` Alistair Francis
2020-06-01  4:55   ` Bin Meng
2020-06-01  4:55     ` Bin Meng

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.