From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH 2/2] KVM: X86: Fix disable pv tlb flush when steal time is enabled Date: Wed, 28 Mar 2018 22:14:24 +0200 Message-ID: <20180328201424.GE26753@flask> References: <1521951515-5139-1-git-send-email-wanpengli@tencent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Paolo Bonzini To: Wanpeng Li Return-path: Content-Disposition: inline In-Reply-To: <1521951515-5139-1-git-send-email-wanpengli@tencent.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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. > > Cc: Paolo Bonzini > Cc: Radim Krčmář > Signed-off-by: Wanpeng Li > --- I've modified the commit message and rebased it for kvm/master, thanks.