From: Alistair Francis <alistair23@gmail.com>
To: Anup Patel <apatel@ventanamicro.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Alistair Francis <Alistair.Francis@wdc.com>,
Sagar Karandikar <sagark@eecs.berkeley.edu>,
Atish Patra <atishp@atishpatra.org>,
Richard Henderson <richard.henderson@linaro.org>,
Anup Patel <anup@brainfault.org>,
qemu-riscv@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [PATCH v3 0/4] Nested virtualization fixes for QEMU
Date: Tue, 24 Jan 2023 10:58:20 +1000 [thread overview]
Message-ID: <CAKmqyKMc1UzewDKeMeOhBukoTOgujRZAXXVE9MXsikBDMiGkpQ@mail.gmail.com> (raw)
In-Reply-To: <20230120125950.2246378-1-apatel@ventanamicro.com>
On Fri, Jan 20, 2023 at 11:01 PM Anup Patel <apatel@ventanamicro.com> wrote:
>
> This series mainly includes fixes discovered while developing nested
> virtualization running on QEMU.
>
> These patches can also be found in the riscv_nested_fixes_v3 branch at:
> https://github.com/avpatel/qemu.git
>
> Changes since v2:
> - Dropped PATCH1 since it is already merged
> - Rebased on latest riscv-to-apply.next branch of Alistair
>
> Changes since v1:
> - Added Alistair's Reviewed-by tags to appropriate patches
> - Added detailed comment block in PATCH4
>
> Anup Patel (4):
> target/riscv: Update VS timer whenever htimedelta changes
> target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP
> target/riscv: No need to re-start QEMU timer when timecmp ==
> UINT64_MAX
> target/riscv: Ensure opcode is saved for all relevant instructions
Thanks!
Applied to riscv-to-apply.next
Alistair
>
> target/riscv/cpu_helper.c | 2 --
> target/riscv/csr.c | 16 +++++++++
> target/riscv/insn_trans/trans_rva.c.inc | 10 ++++--
> target/riscv/insn_trans/trans_rvd.c.inc | 2 ++
> target/riscv/insn_trans/trans_rvf.c.inc | 2 ++
> target/riscv/insn_trans/trans_rvh.c.inc | 3 ++
> target/riscv/insn_trans/trans_rvi.c.inc | 2 ++
> target/riscv/insn_trans/trans_rvzfh.c.inc | 2 ++
> target/riscv/insn_trans/trans_svinval.c.inc | 3 ++
> target/riscv/time_helper.c | 36 ++++++++++++++++++---
> 10 files changed, 69 insertions(+), 9 deletions(-)
>
> --
> 2.34.1
>
>
prev parent reply other threads:[~2023-01-24 1:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-20 12:59 [PATCH v3 0/4] Nested virtualization fixes for QEMU Anup Patel
2023-01-20 12:59 ` [PATCH v3 1/4] target/riscv: Update VS timer whenever htimedelta changes Anup Patel
2023-01-20 12:59 ` [PATCH v3 2/4] target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP Anup Patel
2023-01-20 12:59 ` [PATCH v3 3/4] target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAX Anup Patel
2023-01-20 12:59 ` [PATCH v3 4/4] target/riscv: Ensure opcode is saved for all relevant instructions Anup Patel
2023-01-24 0:00 ` Alistair Francis
2023-01-24 0:58 ` 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=CAKmqyKMc1UzewDKeMeOhBukoTOgujRZAXXVE9MXsikBDMiGkpQ@mail.gmail.com \
--to=alistair23@gmail.com \
--cc=Alistair.Francis@wdc.com \
--cc=anup@brainfault.org \
--cc=apatel@ventanamicro.com \
--cc=atishp@atishpatra.org \
--cc=palmer@dabbelt.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=sagark@eecs.berkeley.edu \
/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).