Re: [PATCH 2/2] KVM: X86: Fix disable pv tlb flush when steal time is enabled

2018-03-28 Thread Wanpeng Li
2018-03-29 4:14 GMT+08:00 Radim Krčmář : > 2018-03-24 21:18-0700, Wanpeng Li: >> From: Wanpeng Li >> >> PV TLB FLUSH can be turned on when steal time is enabled. The condition >> reverse when the patch is sent out for several rounds review by mistake. >

Re: [PATCH 2/2] KVM: X86: Fix disable pv tlb flush when steal time is enabled

2018-03-28 Thread Wanpeng Li
2018-03-29 4:14 GMT+08:00 Radim Krčmář : > 2018-03-24 21:18-0700, Wanpeng Li: >> From: Wanpeng Li >> >> PV TLB FLUSH can be turned on when steal time is enabled. The condition >> reverse when the patch is sent out for several rounds review by mistake. > > It was just one round and the m/l patch

Re: [PATCH 2/2] KVM: X86: Fix disable pv tlb flush when steal time is enabled

2018-03-28 Thread Radim Krčmář
2018-03-24 21:18-0700, Wanpeng Li: > From: Wanpeng Li > > PV TLB FLUSH can be turned on when steal time is enabled. The condition > reverse when the patch is sent out for several rounds review by mistake. It was just one round and the m/l patch actually looks correct,

Re: [PATCH 2/2] KVM: X86: Fix disable pv tlb flush when steal time is enabled

2018-03-28 Thread Radim Krčmář
2018-03-24 21:18-0700, Wanpeng Li: > From: Wanpeng Li > > PV TLB FLUSH can be turned on when steal time is enabled. The condition > reverse when the patch is sent out for several rounds review by mistake. It was just one round and the m/l patch actually looks correct, > This patch fixes it.

[PATCH 2/2] KVM: X86: Fix disable pv tlb flush when steal time is enabled

2018-03-24 Thread Wanpeng Li
From: Wanpeng Li PV TLB FLUSH can be turned on when steal time is enabled. The condition reverse when the patch is sent out for several rounds review by mistake. This patch fixes it. Cc: Paolo Bonzini Cc: Radim Krčmář

[PATCH 2/2] KVM: X86: Fix disable pv tlb flush when steal time is enabled

2018-03-24 Thread Wanpeng Li
From: Wanpeng Li PV TLB FLUSH can be turned on when steal time is enabled. The condition reverse when the patch is sent out for several rounds review by mistake. This patch fixes it. Cc: Paolo Bonzini Cc: Radim Krčmář Signed-off-by: Wanpeng Li --- arch/x86/kernel/kvm.c | 4 ++-- 1 file