qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-user: add support for big endian variants of riscv
@ 2023-06-30 11:14 Rory Bolt
  2023-06-30 11:14 ` [PATCH 1/1] " Rory Bolt
  0 siblings, 1 reply; 4+ messages in thread
From: Rory Bolt @ 2023-06-30 11:14 UTC (permalink / raw)
  To: qemu-riscv; +Cc: qemu-devel, Rory Bolt

Rory Bolt (1):
  linux-user: add support for big endian variants of riscv

 configs/targets/riscv64be-linux-user.mak    |  7 +++++++
 configure                                   |  1 +
 linux-user/elfload.c                        | 10 ++++++++++
 linux-user/include/host/riscv/host-signal.h |  3 +++
 linux-user/riscv/signal.c                   |  5 +++++
 linux-user/riscv/target_syscall.h           |  8 ++++++++
 scripts/probe-gdb-support.py                |  4 ++--
 scripts/qemu-binfmt-conf.sh                 | 12 ++++++++++--
 target/riscv/cpu.c                          |  5 +++++
 target/riscv/translate.c                    | 13 +++++++++++++
 10 files changed, 64 insertions(+), 4 deletions(-)
 create mode 100644 configs/targets/riscv64be-linux-user.mak

-- 
2.39.3



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

end of thread, other threads:[~2023-07-24  3:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-30 11:14 [PATCH 0/1] linux-user: add support for big endian variants of riscv Rory Bolt
2023-06-30 11:14 ` [PATCH 1/1] " Rory Bolt
2023-06-29 21:43   ` Palmer Dabbelt
2023-07-24  3:22     ` Alistair Francis

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).