Re: [PATCH V3 08/14] KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3

2020-05-08 Thread Aleksandar Markovic
нед, 3. мај 2020. у 12:13 Huacai Chen је написао/ла: > > Loongson-3's indexed cache operations need a node-id in the address, > but in KVM guest the node-id may be incorrect. So, let indexed cache > operations cause guest exit on Loongson-3. > > Signed-off-by: Huacai Chen > Co-developed-by: Jiaxu

[PATCH V3 08/14] KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3

2020-05-03 Thread Huacai Chen
Loongson-3's indexed cache operations need a node-id in the address, but in KVM guest the node-id may be incorrect. So, let indexed cache operations cause guest exit on Loongson-3. Signed-off-by: Huacai Chen Co-developed-by: Jiaxun Yang --- arch/mips/kvm/vz.c | 8 ++-- 1 file changed, 6 ins