Re: [Xen-ia64-devel] [Patch] [1/2] fix wrong emulation: move to psr

2008-03-24 Thread Akio Takebe
Hi, I update it. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Reagrds, Akio Takebe Hi, Tristan Quoting Akio Takebe [EMAIL PROTECTED]: Hi, I updated it. Haven't you changed the behaviour of dfh: From - if (newpsr.dfh) { - ipsr-dfh = 1; - PSCB(vcpu,

Re: [Xen-ia64-devel] [Patch] [1/2] fix wrong emulation: move to psr

2008-03-24 Thread Alex Williamson
On Mon, 2008-03-24 at 16:18 +0900, Akio Takebe wrote: Hi, I update it. I did a little further refinement, please check the tree and make sure I didn't break it. Applied. Thanks, Alex -- Alex Williamson HP Open Source Linux Org.

Re: [Xen-ia64-devel] [Patch] [1/2] fix wrong emulation: move to psr

2008-03-24 Thread Akio Takebe
Hi, On Mon, 2008-03-24 at 16:18 +0900, Akio Takebe wrote: Hi, I update it. I did a little further refinement, please check the tree and make sure I didn't break it. Applied. Thanks, Alex Thank you. It's good and easier to read than mine. Best Regards, Akio Takebe

[Xen-ia64-devel] [Patch] [1/2] fix wrong emulation: move to psr

2008-03-19 Thread Akio Takebe
Hi, move_to_psr need to unset the bits. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe fix_vcpu_set_psr_l.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

Re: [Xen-ia64-devel] [Patch] [1/2] fix wrong emulation: move to psr

2008-03-19 Thread tgingold
Quoting Akio Takebe [EMAIL PROTECTED]: Hi, move_to_psr need to unset the bits. Why not ispr-xxx = newpsr-xxx ? Seems simpler. Tristan. ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel] [Patch] [1/2] fix wrong emulation: move to psr

2008-03-19 Thread Akio Takebe
Hi, Tristan Quoting Akio Takebe [EMAIL PROTECTED]: Hi, move_to_psr need to unset the bits. Why not ispr-xxx = newpsr-xxx ? Seems simpler. It's a good idea. I'll update it. Best Regards, Aki Takebe ___ Xen-ia64-devel mailing list

Re: [Xen-ia64-devel] [Patch] [1/2] fix wrong emulation: move to psr

2008-03-19 Thread Akio Takebe
Hi, I updated it. I tested boot+shutdown dom0/domU. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe Hi, Tristan Quoting Akio Takebe [EMAIL PROTECTED]: Hi, move_to_psr need to unset the bits. Why not ispr-xxx = newpsr-xxx ? Seems simpler. It's a good idea. I'll

Re: [Xen-ia64-devel] [Patch] [1/2] fix wrong emulation: move to psr

2008-03-19 Thread tgingold
Quoting Akio Takebe [EMAIL PROTECTED]: Hi, I updated it. Haven't you changed the behaviour of dfh: From - if (newpsr.dfh) { - ipsr-dfh = 1; - PSCB(vcpu, vpsr_dfh) = 1; - } else { - ipsr-dfh = PSCB(vcpu, hpsr_dfh); -

Re: [Xen-ia64-devel] [Patch] [1/2] fix wrong emulation: move to psr

2008-03-19 Thread Akio Takebe
Hi, Tristan Quoting Akio Takebe [EMAIL PROTECTED]: Hi, I updated it. Haven't you changed the behaviour of dfh: From - if (newpsr.dfh) { - ipsr-dfh = 1; - PSCB(vcpu, vpsr_dfh) = 1; - } else { - ipsr-dfh = PSCB(vcpu, hpsr_dfh); -