From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTCo2-0007Bj-JC for qemu-devel@nongnu.org; Tue, 09 Feb 2016 13:14:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTCnz-0000DO-Bw for qemu-devel@nongnu.org; Tue, 09 Feb 2016 13:14:30 -0500 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:36732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTCnz-0000DC-41 for qemu-devel@nongnu.org; Tue, 09 Feb 2016 13:14:27 -0500 Received: by mail-wm0-x242.google.com with SMTP id 128so4936295wmz.3 for ; Tue, 09 Feb 2016 10:14:27 -0800 (PST) Sender: Paolo Bonzini References: <1455037993-25461-1-git-send-email-pbonzini@redhat.com> <56BA2525.7010201@twiddle.net> From: Paolo Bonzini Message-ID: <56BA2C81.6070504@redhat.com> Date: Tue, 9 Feb 2016 19:14:25 +0100 MIME-Version: 1.0 In-Reply-To: <56BA2525.7010201@twiddle.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Richard Henderson , qemu-devel@nongnu.org On 09/02/2016 18:43, Richard Henderson wrote: > 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. Ok, the changes I made for kvm-unit-tests to pass were really minimal, so I can build on top of your version. Feel free to send a pull request for XSAVE and MPX support; I won't really have time to review them in depth soon, but I'll be able to fix myself any bugs exposed by the unit tests. Thanks, Paolo