All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-riscv] [PATCH for 4.1 v2 0/6] RISC-V: Allow specifying CPU ISA via command line
@ 2019-03-29 22:39 Alistair Francis
  2019-03-29 22:39 ` [Qemu-riscv] [PATCH for 4.1 v2 1/6] linux-user/riscv: Add the CPU type as a comment Alistair Francis
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Alistair Francis @ 2019-03-29 22:39 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv; +Cc: palmer, Alistair Francis, alistair23

This patch series adds a generic RISC-V CPU that can be generated at run
time based on the ISA string specified to QEMU via the -cpu argument. This
is supported on the virt and spike boards allowing users to specify the
RISC-V extensions as well as the ISA version.

As part of the conversion we have deprecated the version specifi Spike
machines.

v2:
 - Keep the any CPU for linux-user

Alistair Francis (6):
  linux-user/riscv: Add the CPU type as a comment
  target/riscv: Fall back to generating a RISC-V CPU
  target/riscv: Create settable CPU properties
  riscv: virt: Allow specifying a CPU via commandline
  target/riscv: Remove the generic no MMU CPUs
  riscv: Add a generic spike machine

 hw/riscv/spike.c              | 106 ++++++++++++++++++++++++-
 hw/riscv/virt.c               |   3 +-
 linux-user/riscv/target_elf.h |   1 +
 target/riscv/cpu.c            | 141 +++++++++++++++++++++++++++++++++-
 target/riscv/cpu.h            |  12 ++-
 5 files changed, 256 insertions(+), 7 deletions(-)

-- 
2.21.0



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

end of thread, other threads:[~2019-04-09 17:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29 22:39 [Qemu-riscv] [PATCH for 4.1 v2 0/6] RISC-V: Allow specifying CPU ISA via command line Alistair Francis
2019-03-29 22:39 ` [Qemu-riscv] [PATCH for 4.1 v2 1/6] linux-user/riscv: Add the CPU type as a comment Alistair Francis
2019-03-29 22:39 ` [Qemu-riscv] [PATCH for 4.1 v2 2/6] target/riscv: Fall back to generating a RISC-V CPU Alistair Francis
2019-04-04 12:35   ` [Qemu-devel] " Ian Campbell
2019-04-04 12:35     ` [Qemu-riscv] " Ian Campbell
2019-04-09 17:16     ` Alistair Francis
2019-04-09 17:16       ` [Qemu-riscv] " Alistair Francis
2019-04-09 17:16       ` Alistair Francis
2019-03-29 22:39 ` [Qemu-riscv] [PATCH for 4.1 v2 3/6] target/riscv: Create settable CPU properties Alistair Francis
2019-03-29 22:40 ` [Qemu-riscv] [PATCH for 4.1 v2 4/6] riscv: virt: Allow specifying a CPU via commandline Alistair Francis
2019-03-29 22:40 ` [Qemu-riscv] [PATCH for 4.1 v2 5/6] target/riscv: Remove the generic no MMU CPUs Alistair Francis
2019-03-29 22:40 ` [Qemu-riscv] [PATCH for 4.1 v2 6/6] riscv: Add a generic spike machine Alistair Francis

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.