From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTCyX-0004e4-C4 for qemu-devel@nongnu.org; Tue, 09 Feb 2016 13:25:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTCyS-00049o-D4 for qemu-devel@nongnu.org; Tue, 09 Feb 2016 13:25:21 -0500 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:34144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTCyS-00049J-4Z for qemu-devel@nongnu.org; Tue, 09 Feb 2016 13:25:16 -0500 Received: by mail-pa0-x230.google.com with SMTP id ez2so2653391pad.1 for ; Tue, 09 Feb 2016 10:25:16 -0800 (PST) Sender: Richard Henderson References: <1455037993-25461-1-git-send-email-pbonzini@redhat.com> <56BA2525.7010201@twiddle.net> <56BA2C81.6070504@redhat.com> From: Richard Henderson Message-ID: <56BA2F04.2070509@twiddle.net> Date: Wed, 10 Feb 2016 05:25:08 +1100 MIME-Version: 1.0 In-Reply-To: <56BA2C81.6070504@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 05:14 AM, Paolo Bonzini wrote: >> 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. Ok, I'll do that as soon as your current pull request lands. r~