mbox series

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

Message ID 20250217084506.18763-7-ajones@ventanamicro.com (mailing list archive)
Headers show
Series riscv: KVM: Fix a few SBI issues | expand

Message

Andrew Jones Feb. 17, 2025, 8:45 a.m. UTC
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(-)

Comments

Anup Patel Feb. 20, 2025, 12:17 p.m. UTC | #1
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
>