qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Rory Bolt <rory.opensource@gmail.com>
To: qemu-riscv@nongnu.org
Cc: qemu-devel@nongnu.org, Rory Bolt <rory.opensource@gmail.com>
Subject: [PATCH 0/1] linux-user: add support for big endian variants of riscv
Date: Fri, 30 Jun 2023 04:14:08 -0700	[thread overview]
Message-ID: <20230630111409.2819-1-rory.opensource@gmail.com> (raw)

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



             reply	other threads:[~2023-06-29 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-30 11:14 Rory Bolt [this message]
2023-06-30 11:14 ` [PATCH 1/1] linux-user: add support for big endian variants of riscv Rory Bolt
2023-06-29 21:43   ` Palmer Dabbelt
2023-07-24  3:22     ` Alistair Francis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230630111409.2819-1-rory.opensource@gmail.com \
    --to=rory.opensource@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).