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