From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754144Ab3J2JxS (ORCPT ); Tue, 29 Oct 2013 05:53:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4328 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751310Ab3J2JxP (ORCPT ); Tue, 29 Oct 2013 05:53:15 -0400 Date: Tue, 29 Oct 2013 11:53:00 +0200 From: Gleb Natapov To: Borislav Petkov Cc: LKML , Borislav Petkov , "H. Peter Anvin" , Paolo Bonzini , Andre Przywara , Joerg Roedel , X86 ML , KVM Subject: Re: [PATCH 0/6] kvm: Emulate MOVBE, v3 Message-ID: <20131029095300.GW15657@redhat.com> References: <1379861095-628-1-git-send-email-bp@alien8.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379861095-628-1-git-send-email-bp@alien8.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 22, 2013 at 04:44:49PM +0200, Borislav Petkov wrote: > From: Borislav Petkov > > Alriiight, > > here's another version of the patchset, hopefully addressing all review > feedback from last time. 6/6 is the respective qemu patch to handle > emulated features query, etc. > Except a small nitpick for patch 4 this looks good to me. No need to wait for QEMU cpu parsing code to change to apply it. -- Gleb.