WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

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

Hi,

I update it.

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>

Best Reagrds,

Akio Takebe

>Hi, Tristan
>
>>Quoting Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>:
>>
>>> 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);
>>-               PSCB(vcpu, vpsr_dfh) = 0;
>>-       }
>>
>>to
>>
>>+       ipsr->dfh = newpsr.dfh;
>>+       PSCB(vcpu, vpsr_dfh) = newpsr.dfh;
>>
>>vpsr_dfh is correct, but ipsr->dfh has changed.
>>
>Oops. you are right.
>I'll update it, sorry.
>
>Best Regards,
>
>Akio Takebe

Attachment: fix_vcpu_set_psr_l.3.patch
Description: Binary data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel