Re: [PATCH] KVM: x86: export get_xsave_addr

2014-11-24 Thread Paolo Bonzini
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: x...@kernel.org >> Cc: H. Peter Anvin >> Signed-off-by: Paolo Bonzini >> --- >> Peter, can you

Re: [PATCH] KVM: x86: export get_xsave_addr

2014-11-24 Thread Thomas Gleixner
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: x...@kernel.org > Cc: H. Peter Anvin > Signed-off-by: Paolo Bonzini > --- > Peter, can you please ACK this for inclusion in the KVM tree? Are y