Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756986AbcKBSp4 (ORCPT ); Wed, 2 Nov 2016 14:45:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34554 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756572AbcKBSpz (ORCPT ); Wed, 2 Nov 2016 14:45:55 -0400 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: Paolo Bonzini , Bandan Das , Nadav Amit Subject: [PATCH v2 0/4] KVM: x86: emulate FXSAVE and FXRSTOR Date: Wed, 2 Nov 2016 19:45:33 +0100 Message-Id: <20161102184537.29039-1-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 02 Nov 2016 18:45:55 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 421 Lines: 16 v1: http://www.spinics.net/lists/kvm/msg139287.html v2 is far more defensive and hopefully correct ... Radim Krčmář (4): KVM: x86: add Align16 instruction flag KVM: x86: save one bit in ctxt->d KVM: x86: add asm_safe wrapper KVM: x86: emulate FXSAVE and FXRSTOR arch/x86/kvm/emulate.c | 191 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 164 insertions(+), 27 deletions(-) -- 2.10.1