target/loongarch: fix vcpu reset command word issue
authorXianglai Li <lixianglai@loongson.cn>
Wed, 12 Feb 2025 01:56:19 +0000 (09:56 +0800)
committerBibo Mao <maobibo@loongson.cn>
Tue, 25 Feb 2025 08:04:22 +0000 (16:04 +0800)
commitb61b9d891305abf8fe37f07280ca5a99a10da6cf
tree114440f38ccc9ea693cfa81829bfe70d5c0fbd92
parentb69801dd6b1eb4d107f7c2f643adf0a4e3ec9124
target/loongarch: fix vcpu reset command word issue

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 <lixianglai@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
target/loongarch/kvm/kvm.c