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

2025-02-09 Thread lixianglai
Hi Philippe Mathieu-Daudé: Hi, On 8/2/25 08:50, 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 wil

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

2025-02-09 Thread Philippe Mathieu-Daudé
Hi, On 8/2/25 08:50, 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-o

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

2025-02-08 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

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

2025-02-08 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: S