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
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
|