From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTCJm-0004n5-D0 for qemu-devel@nongnu.org; Tue, 09 Feb 2016 12:43:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTCJi-0000YL-9r for qemu-devel@nongnu.org; Tue, 09 Feb 2016 12:43:14 -0500 Received: from mail-pf0-x236.google.com ([2607:f8b0:400e:c00::236]:35613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTCJi-0000YH-2K for qemu-devel@nongnu.org; Tue, 09 Feb 2016 12:43:10 -0500 Received: by mail-pf0-x236.google.com with SMTP id c10so64206030pfc.2 for ; Tue, 09 Feb 2016 09:43:09 -0800 (PST) Sender: Richard Henderson References: <1455037993-25461-1-git-send-email-pbonzini@redhat.com> From: Richard Henderson Message-ID: <56BA2525.7010201@twiddle.net> Date: Wed, 10 Feb 2016 04:43:01 +1100 MIME-Version: 1.0 In-Reply-To: <1455037993-25461-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] TCG support for XSAVE and PKE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org On 02/10/2016 04:13 AM, Paolo Bonzini wrote: > The bulk of these patches were posted by Richard several months ago; I > have only refreshed them and made them pass kvm-unit-tests. They also > pass a quick Fedora 21 boot-test. I have done some work on them since then, incorporating the feedback you gave, as well as tidying up the decoding of the xsave instructions themselves. I'll post it again in a moment. r~