From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v2 0/3] KVM: x86: kvm_mwait_in_guest() cleanup Date: Thu, 30 Nov 2017 16:19:28 +0200 Message-ID: <20171130161859-mutt-send-email-mst@kernel.org> References: <20171129212343.23167-1-rkrcmar@redhat.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 , Borislav Petkov , Alexander Graf , Jan =?iso-8859-1?Q?H=2E_Sch=F6nherr?= , KarimAllah Ahmed , Jim Mattson To: Radim =?utf-8?B?S3LEjW3DocWZ?= Return-path: Content-Disposition: inline In-Reply-To: <20171129212343.23167-1-rkrcmar@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, Nov 29, 2017 at 10:23:40PM +0100, Radim Krčmář wrote: > This is a rebased version of an old series that simplified > kvm_mwait_in_guest: https://www.spinics.net/lists/kvm/msg149238.html > > AMD errata 400 patch was dropped thanks to Boris's review; > [2/3] got an expanded commit message and I didn't include Alexander's > r-b since the context changed when we didn't drop support for ancient > CPUs. Series Acked-by: Michael S. Tsirkin > Radim Krčmář (3): > KVM: x86: prevent MWAIT in guest with buggy MONITOR > KVM: x86: drop bogus MWAIT check > KVM: x86: simplify kvm_mwait_in_guest() > > arch/x86/kvm/x86.h | 32 ++------------------------------ > 1 file changed, 2 insertions(+), 30 deletions(-) > > -- > 2.14.2