From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] KVM: x86: export get_xsave_addr Date: Mon, 24 Nov 2014 11:45:25 +0100 Message-ID: <54730C45.6060708@redhat.com> References: <1416823471-30846-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, x86@kernel.org, "H. Peter Anvin" To: Thomas Gleixner Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 24/11/2014 11:45, Thomas Gleixner wrote: > On Mon, 24 Nov 2014, Paolo Bonzini wrote: >> get_xsave_addr is the API to access XSAVE states, and KVM would >> like to use it. Export it. >> >> Cc: x86@kernel.org >> Cc: H. Peter Anvin >> Signed-off-by: Paolo Bonzini >> --- >> Peter, can you please ACK this for inclusion in the KVM tree? > > Are you content with my acked-by as well? > > Acked-by: Thomas Gleixner Sure. :) Paolo