From: Paolo Bonzini <pbonzini@redhat.com>
To: Anup Patel <anup.patel@wdc.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Palmer Dabbelt <palmerdabbelt@google.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Albert Ou <aou@eecs.berkeley.edu>
Cc: Atish Patra <atish.patra@wdc.com>,
Anup Patel <anup@brainfault.org>,
kvm@vger.kernel.org, kvm-riscv@lists.infradead.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] RISC-V: KVM: Few assorted changes
Date: Thu, 28 Oct 2021 16:07:33 +0200 [thread overview]
Message-ID: <62fe1c8e-abe0-5de9-5c00-3549faae1dba@redhat.com> (raw)
In-Reply-To: <20211026170136.2147619-1-anup.patel@wdc.com>
On 26/10/21 19:01, Anup Patel wrote:
> I had a few assorted KVM RISC-V changes which I wanted to sent after
> KVM RISC-V was merged hence this series.
>
> These patches can also be found in riscv_kvm_assorted_v1 branch at:
> https://github.com/avpatel/linux.git
>
> Anup Patel (3):
> RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module
> RISC-V: KVM: Factor-out FP virtualization into separate sources
> RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functions
>
> arch/riscv/configs/defconfig | 15 ++-
> arch/riscv/configs/rv32_defconfig | 8 +-
> arch/riscv/include/asm/kvm_host.h | 10 +-
> arch/riscv/include/asm/kvm_vcpu_fp.h | 59 +++++++++
> arch/riscv/kvm/Makefile | 1 +
> arch/riscv/kvm/tlb.S | 4 +-
> arch/riscv/kvm/vcpu.c | 172 ---------------------------
> arch/riscv/kvm/vcpu_fp.c | 167 ++++++++++++++++++++++++++
> 8 files changed, 244 insertions(+), 192 deletions(-)
> create mode 100644 arch/riscv/include/asm/kvm_vcpu_fp.h
> create mode 100644 arch/riscv/kvm/vcpu_fp.c
>
Queued 2+3, thanks.
Paolo
next prev parent reply other threads:[~2021-10-28 14:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-26 17:01 [PATCH 0/3] RISC-V: KVM: Few assorted changes Anup Patel
2021-10-26 17:01 ` [PATCH 1/3] RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module Anup Patel
2021-10-27 22:12 ` Palmer Dabbelt
2021-10-27 23:01 ` Paolo Bonzini
2021-10-28 15:37 ` Anup Patel
2021-10-26 17:01 ` [PATCH 2/3] RISC-V: KVM: Factor-out FP virtualization into separate sources Anup Patel
2021-10-26 17:01 ` [PATCH 3/3] RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functions Anup Patel
2021-10-28 14:07 ` Paolo Bonzini [this message]
2021-10-28 15:05 ` [PATCH 0/3] RISC-V: KVM: Few assorted changes Palmer Dabbelt
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=62fe1c8e-abe0-5de9-5c00-3549faae1dba@redhat.com \
--to=pbonzini@redhat.com \
--cc=anup.patel@wdc.com \
--cc=anup@brainfault.org \
--cc=aou@eecs.berkeley.edu \
--cc=atish.patra@wdc.com \
--cc=kvm-riscv@lists.infradead.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=palmerdabbelt@google.com \
--cc=paul.walmsley@sifive.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