From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752321AbdK3OTb (ORCPT ); Thu, 30 Nov 2017 09:19:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34472 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751267AbdK3OTa (ORCPT ); Thu, 30 Nov 2017 09:19:30 -0500 Date: Thu, 30 Nov 2017 16:19:28 +0200 From: "Michael S. Tsirkin" To: Radim =?utf-8?B?S3LEjW3DocWZ?= 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 Subject: Re: [PATCH v2 0/3] KVM: x86: kvm_mwait_in_guest() cleanup 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171129212343.23167-1-rkrcmar@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Thu, 30 Nov 2017 14:19:30 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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