[PATCH 3/3] KVM: x86: Use FPU API

2010-05-17 Thread Sheng Yang
Convert KVM to use generic FPU API. Signed-off-by: Sheng Yang sh...@linux.intel.com --- Like this? (Drop patch 1) arch/x86/include/asm/kvm_host.h | 18 +- arch/x86/kvm/x86.c | 70 ++- 2 files changed, 19 insertions(+), 69 deletions(-)

Re: [PATCH 3/3] KVM: x86: Use FPU API

2010-05-17 Thread Sheng Yang
On Monday 17 May 2010 16:18:22 Avi Kivity wrote: On 05/17/2010 11:09 AM, Sheng Yang wrote: Convert KVM to use generic FPU API. Signed-off-by: Sheng Yangsh...@linux.intel.com --- Like this? (Drop patch 1) Will be more readable with a patch that converts host_fx_image to

Re: [PATCH 3/3] KVM: x86: Use FPU API

2010-05-15 Thread Avi Kivity
On 05/14/2010 06:16 AM, Sheng Yang wrote: Convert KVM to use generic FPU API. Signed-off-by: Sheng Yangsh...@linux.intel.com --- arch/x86/include/asm/kvm_host.h | 18 +- arch/x86/kvm/x86.c | 73 --- 2 files changed, 23

[PATCH 3/3] KVM: x86: Use FPU API

2010-05-13 Thread Sheng Yang
Convert KVM to use generic FPU API. Signed-off-by: Sheng Yang sh...@linux.intel.com --- arch/x86/include/asm/kvm_host.h | 18 +- arch/x86/kvm/x86.c | 73 --- 2 files changed, 23 insertions(+), 68 deletions(-) diff --git