Searched hist:"61 f6e1509de2cef9df1c649f6b318c36288c119b" (Results 1 – 1 of 1) sorted by relevance
/qemu/target/loongarch/kvm/ |
H A D | kvm.c | 61f6e1509de2cef9df1c649f6b318c36288c119b Mon Jan 15 08:51:21 UTC 2024 Bibo Mao <maobibo@loongson.cn> target/loongarch: Set cpuid CSR register only once with kvm mode
CSR cpuid register is used for routing irq to different vcpus, its value is kept unchanged since poweron. So it is not necessary to set CSR cpuid register after system resets, and it is only set at vm creation stage.
Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn> Message-Id: <20240115085121.180524-1-maobibo@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn>
|