|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
RE: [Xen-ia64-devel][PATCH] vcpu_get_psr fix
Isaku Yamahata write on 2006年12月21日 13:01:
> Hi Anthony.
> What issue does this patch address?
Hi Isaku
This is only used by __kernel_syscall_via_epc function in xeno domain.
previouly, break 0x19(XEN_HYPER_GET_PSR) is the second
Instruction in the bundle.
When I debugged the patch of remove the requirement (vpsr.ic==0)
fromhyperprivop.
break 0x19 is the third instruction in the bundle, this causes dom0 can't boot.
This patch can resolve this.
And this is correct emulation of mov from psr.
--Anthony
>
> On Thu, Dec 21, 2006 at 12:42:51PM +0800, Xu, Anthony wrote:
>> mov r1=psr only return PSR{36:35,31:0}
>>
>>
>> Regards,
>> Anthony
>
>
>> _______________________________________________
>> Xen-ia64-devel mailing list
>> Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-ia64-devel
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|