From: Alistair Francis <alistair23@gmail.com>
To: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Cc: qemu-devel@nongnu.org, qemu-riscv@nongnu.org,
alistair.francis@wdc.com, bmeng@tinylab.org,
liwei1518@gmail.com, zhiwei_liu@linux.alibaba.com,
palmer@rivosinc.com
Subject: Re: [PATCH v2 0/4] target/riscv: add RVV CSRs
Date: Fri, 5 Jan 2024 15:17:33 +1000 [thread overview]
Message-ID: <CAKmqyKMAteKFDF14TikbQGYz98e9Kjr_YKrM1GgtfGOotHUSNg@mail.gmail.com> (raw)
In-Reply-To: <20231218204321.75757-1-dbarboza@ventanamicro.com>
On Tue, Dec 19, 2023 at 6:44 AM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> Hi,
>
> This version was rebased on top of Alistair's riscv-to-apply.next. A
> small tweak was needed in patch 4 due to changes in the branch.
>
> I took the chance to update linux-headers to 6.7-rc5, although the
> differences from the rc3 headers from v1 were minimal.
>
> All patches acked.
>
> Changes from v1:
> - rebased to Alistair's riscv-to-apply.next
> - patch 1:
> - updated headers to v6.7-rc5
> - patch 4:
> - use kvm_riscv_reg_id_ulong() instead of kvm_riscv_reg_id()
> - v1 link: https://lore.kernel.org/qemu-riscv/20231130182748.1894790-1-dbarboza@ventanamicro.com/
>
> Daniel Henrique Barboza (4):
> linux-headers: Update to Linux v6.7-rc5
> linux-headers: riscv: add ptrace.h
> target/riscv/kvm: do PR_RISCV_V_SET_CONTROL during realize()
> target/riscv/kvm: add RVV and Vector CSR regs
Thanks!
Applied to riscv-to-apply.next
Alistair
>
> include/standard-headers/drm/drm_fourcc.h | 2 +
> include/standard-headers/linux/pci_regs.h | 24 ++-
> include/standard-headers/linux/vhost_types.h | 7 +
> .../standard-headers/linux/virtio_config.h | 5 +
> include/standard-headers/linux/virtio_pci.h | 11 ++
> linux-headers/asm-arm64/kvm.h | 32 ++++
> linux-headers/asm-generic/unistd.h | 14 +-
> linux-headers/asm-loongarch/bitsperlong.h | 1 +
> linux-headers/asm-loongarch/kvm.h | 108 +++++++++++
> linux-headers/asm-loongarch/mman.h | 1 +
> linux-headers/asm-loongarch/unistd.h | 5 +
> linux-headers/asm-mips/unistd_n32.h | 4 +
> linux-headers/asm-mips/unistd_n64.h | 4 +
> linux-headers/asm-mips/unistd_o32.h | 4 +
> linux-headers/asm-powerpc/unistd_32.h | 4 +
> linux-headers/asm-powerpc/unistd_64.h | 4 +
> linux-headers/asm-riscv/kvm.h | 12 ++
> linux-headers/asm-riscv/ptrace.h | 132 +++++++++++++
> linux-headers/asm-s390/unistd_32.h | 4 +
> linux-headers/asm-s390/unistd_64.h | 4 +
> linux-headers/asm-x86/unistd_32.h | 4 +
> linux-headers/asm-x86/unistd_64.h | 3 +
> linux-headers/asm-x86/unistd_x32.h | 3 +
> linux-headers/linux/iommufd.h | 180 +++++++++++++++++-
> linux-headers/linux/kvm.h | 11 ++
> linux-headers/linux/psp-sev.h | 1 +
> linux-headers/linux/stddef.h | 9 +-
> linux-headers/linux/userfaultfd.h | 9 +-
> linux-headers/linux/vfio.h | 47 +++--
> linux-headers/linux/vhost.h | 8 +
> scripts/update-linux-headers.sh | 3 +
> target/riscv/kvm/kvm-cpu.c | 103 ++++++++++
> 32 files changed, 736 insertions(+), 27 deletions(-)
> create mode 100644 linux-headers/asm-loongarch/bitsperlong.h
> create mode 100644 linux-headers/asm-loongarch/kvm.h
> create mode 100644 linux-headers/asm-loongarch/mman.h
> create mode 100644 linux-headers/asm-loongarch/unistd.h
> create mode 100644 linux-headers/asm-riscv/ptrace.h
>
> --
> 2.43.0
>
>
prev parent reply other threads:[~2024-01-05 5:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-18 20:43 [PATCH v2 0/4] target/riscv: add RVV CSRs Daniel Henrique Barboza
2023-12-18 20:43 ` [PATCH v2 1/4] linux-headers: Update to Linux v6.7-rc5 Daniel Henrique Barboza
2023-12-18 20:43 ` [PATCH v2 2/4] linux-headers: riscv: add ptrace.h Daniel Henrique Barboza
2023-12-18 20:43 ` [PATCH v2 3/4] target/riscv/kvm: do PR_RISCV_V_SET_CONTROL during realize() Daniel Henrique Barboza
2023-12-18 20:43 ` [PATCH v2 4/4] target/riscv/kvm: add RVV and Vector CSR regs Daniel Henrique Barboza
2024-01-05 5:17 ` Alistair Francis [this message]
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=CAKmqyKMAteKFDF14TikbQGYz98e9Kjr_YKrM1GgtfGOotHUSNg@mail.gmail.com \
--to=alistair23@gmail.com \
--cc=alistair.francis@wdc.com \
--cc=bmeng@tinylab.org \
--cc=dbarboza@ventanamicro.com \
--cc=liwei1518@gmail.com \
--cc=palmer@rivosinc.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=zhiwei_liu@linux.alibaba.com \
/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).