RE: [Xen-ia64-devel] [PATCH 1/2] [RESEND] FPSWA emulation support

2006-05-25 Thread Masaki Kanno
Hi Dan/Alex, Thanks for your information and advice. I will correct and resend this patch. - I remove handle_fpu_swa_for_xen(). and, - When an FP error occurs in Xen, Xen does the panic. Best regards, Kan Why do we need handle_fpu_swa_for_xen()? Xen should never hit an FP error that

Re: [Xen-ia64-devel] [PATCH 1/2] [RESEND] FPSWA emulation support

2006-05-24 Thread Masaki Kanno
Hi Alex, On Tue, 2006-05-23 at 11:33 -0600, Alex Williamson wrote: On Fri, 2006-05-19 at 00:37 +0900, Masaki Kanno wrote: Hi, I resend the patch which reflected comment. Hi Kan, Sorry for the late comment, but could you consolidate handle_fpu_swa_for_domain() and

Re: [Xen-ia64-devel] [PATCH 1/2] [RESEND] FPSWA emulation support

2006-05-24 Thread Alex Williamson
On Wed, 2006-05-24 at 19:22 +0900, Masaki Kanno wrote: Why do we need handle_fpu_swa_for_xen()? Xen should never hit an FP error that requires this support. Thanks, Same as you, I think that Xen should never hit an FP error that requires this support. However, the time when FPSWA is

RE: [Xen-ia64-devel] [PATCH 1/2] [RESEND] FPSWA emulation support

2006-05-24 Thread Magenheimer, Dan (HP Labs Fort Collins)
Why do we need handle_fpu_swa_for_xen()? Xen should never hit an FP error that requires this support. Thanks, Same as you, I think that Xen should never hit an FP error that requires this support. However, the time when FPSWA is necessary for Xen may come. Therefore I'd like to

Re: [Xen-ia64-devel] [PATCH 1/2] [RESEND] FPSWA emulation support

2006-05-23 Thread Alex Williamson
On Fri, 2006-05-19 at 00:37 +0900, Masaki Kanno wrote: Hi, I resend the patch which reflected comment. Hi Kan, Sorry for the late comment, but could you consolidate handle_fpu_swa_for_domain() and handle_fpu_swa_for_xen()? I only see a few lines that are different and a lot of replicated

Re: [Xen-ia64-devel] [PATCH 1/2] [RESEND] FPSWA emulation support

2006-05-23 Thread Alex Williamson
On Tue, 2006-05-23 at 11:33 -0600, Alex Williamson wrote: On Fri, 2006-05-19 at 00:37 +0900, Masaki Kanno wrote: Hi, I resend the patch which reflected comment. Hi Kan, Sorry for the late comment, but could you consolidate handle_fpu_swa_for_domain() and handle_fpu_swa_for_xen()?