 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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 _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel 
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |