[PATCH 0/5] riscv: KVM: Fix a few SBI issues

Andrew Jones posted 5 patches 10 months ago
arch/riscv/kvm/vcpu_sbi_hsm.c     | 11 ++++++-----
arch/riscv/kvm/vcpu_sbi_replace.c | 15 ++++++++++++---
arch/riscv/kvm/vcpu_sbi_system.c  |  3 ++-
3 files changed, 20 insertions(+), 9 deletions(-)
[PATCH 0/5] riscv: KVM: Fix a few SBI issues
Posted by Andrew Jones 10 months ago
Fix issues found with kvm-unit-tests[1], which is currently focused
on SBI.

[1] https://gitlab.com/jones-drew/kvm-unit-tests/-/commits/riscv/sbi

Andrew Jones (5):
  riscv: KVM: Fix hart suspend status check
  riscv: KVM: Fix hart suspend_type use
  riscv: KVM: Fix SBI IPI error generation
  riscv: KVM: Fix SBI TIME error generation
  riscv: KVM: Fix SBI sleep_type use

 arch/riscv/kvm/vcpu_sbi_hsm.c     | 11 ++++++-----
 arch/riscv/kvm/vcpu_sbi_replace.c | 15 ++++++++++++---
 arch/riscv/kvm/vcpu_sbi_system.c  |  3 ++-
 3 files changed, 20 insertions(+), 9 deletions(-)

-- 
2.48.1
Re: [PATCH 0/5] riscv: KVM: Fix a few SBI issues
Posted by Anup Patel 10 months ago
On Mon, Feb 17, 2025 at 2:15 PM Andrew Jones <ajones@ventanamicro.com> wrote:
>
> Fix issues found with kvm-unit-tests[1], which is currently focused
> on SBI.
>
> [1] https://gitlab.com/jones-drew/kvm-unit-tests/-/commits/riscv/sbi
>
> Andrew Jones (5):
>   riscv: KVM: Fix hart suspend status check
>   riscv: KVM: Fix hart suspend_type use
>   riscv: KVM: Fix SBI IPI error generation
>   riscv: KVM: Fix SBI TIME error generation
>   riscv: KVM: Fix SBI sleep_type use

Queued these fixes for Linux-6.14-rcX.

Regards,
Anup

>
>  arch/riscv/kvm/vcpu_sbi_hsm.c     | 11 ++++++-----
>  arch/riscv/kvm/vcpu_sbi_replace.c | 15 ++++++++++++---
>  arch/riscv/kvm/vcpu_sbi_system.c  |  3 ++-
>  3 files changed, 20 insertions(+), 9 deletions(-)
>
> --
> 2.48.1
>