Re: [PATCH V3] target/loongarch: fix vcpu reset command word issue

2025-02-19 Thread bibo mao
On 2025/2/12 下午3:30, Philippe Mathieu-Daudé wrote: On 12/2/25 02:56, Xianglai Li wrote: When the KVM_REG_LOONGARCH_VCPU_RESET command word is sent to the kernel through the kvm_set_one_reg interface, the parameter source needs to be a legal address, otherwise the kernel will return an error and

Re: [PATCH V3] target/loongarch: fix vcpu reset command word issue

2025-02-11 Thread Philippe Mathieu-Daudé
On 12/2/25 02:56, Xianglai Li wrote: When the KVM_REG_LOONGARCH_VCPU_RESET command word is sent to the kernel through the kvm_set_one_reg interface, the parameter source needs to be a legal address, otherwise the kernel will return an error and the command word will fail to be sent. Signed-off-b

[PATCH V3] target/loongarch: fix vcpu reset command word issue

2025-02-11 Thread Xianglai Li
When the KVM_REG_LOONGARCH_VCPU_RESET command word is sent to the kernel through the kvm_set_one_reg interface, the parameter source needs to be a legal address, otherwise the kernel will return an error and the command word will fail to be sent. Signed-off-by: Xianglai Li --- Cc: Bibo Mao Cc: P