[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] target/riscv/kvm: support 'vlenb' and vregs[]
From: |
Daniel Henrique Barboza |
Subject: |
[PATCH 0/3] target/riscv/kvm: support 'vlenb' and vregs[] |
Date: |
Tue, 23 Jan 2024 13:17:11 -0300 |
Hi,
This short series implements both 'vlenb' and 'vregs[]' in the KVM
driver.
The patches were done a couple of months ago but we were missing some
changes in Linux (support to 'vlenb' in KVM) that got upstreamed
recently with Linux 6.8.
Patches based on top of Alistair's riscv-to-apply.next that already has
the 'remove vlen, add vlenb' changes.
Daniel Henrique Barboza (3):
target/riscv/kvm: change kvm_reg_id to uint64_t
target/riscv/kvm: initialize 'vlenb' via get-reg-list
target/riscv/kvm: get/set vector vregs[]
target/riscv/kvm/kvm-cpu.c | 144 +++++++++++++++++++++++++++++++++++--
1 file changed, 138 insertions(+), 6 deletions(-)
--
2.43.0
- [PATCH 0/3] target/riscv/kvm: support 'vlenb' and vregs[],
Daniel Henrique Barboza <=