[PATCH 0/2] Add sign extension with kernel MMIO read emulation

Bibo Mao posted 2 patches 1 month, 2 weeks ago
arch/loongarch/kvm/exit.c | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
[PATCH 0/2] Add sign extension with kernel MMIO read emulation
Posted by Bibo Mao 1 month, 2 weeks ago
This patch is to add sign extension with kernel MMIO/IOCSR read
emulation, it is similar with user space MMIO/IOCSR read completion
handling.

Bibo Mao (2):
  LoongArch: KVM: Add sign extension with kernel MMIO read emulation
  LoongArch: KVM: Add sign extension with kernel IOCSR read emulation

 arch/loongarch/kvm/exit.c | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)


base-commit: be48bcf004f9d0c9207ff21d0edb3b42f253829e
-- 
2.39.3
Re: [PATCH 0/2] Add sign extension with kernel MMIO read emulation
Posted by Huacai Chen 1 month ago
Applied, thanks.


Huacai

On Tue, Aug 19, 2025 at 8:17 PM Bibo Mao <maobibo@loongson.cn> wrote:
>
> This patch is to add sign extension with kernel MMIO/IOCSR read
> emulation, it is similar with user space MMIO/IOCSR read completion
> handling.
>
> Bibo Mao (2):
>   LoongArch: KVM: Add sign extension with kernel MMIO read emulation
>   LoongArch: KVM: Add sign extension with kernel IOCSR read emulation
>
>  arch/loongarch/kvm/exit.c | 21 ++++++++++++---------
>  1 file changed, 12 insertions(+), 9 deletions(-)
>
>
> base-commit: be48bcf004f9d0c9207ff21d0edb3b42f253829e
> --
> 2.39.3
>