search for: ia64_pal_call_static

Displaying 7 results from an estimated 7 matches for "ia64_pal_call_static".

2008 Mar 28
0
[17/17][PATCH] kvm/ia64: How to boot up guests on kvm/ia64
...Firmware >+ possbile ---> possible >+(2): Applying the below patch to kernel source. >+diff --git a/arch/ia64/kernel/pal.S b/arch/ia64/kernel/pal.S >+index 0b53344..f02b0f7 100644 >+--- a/arch/ia64/kernel/pal.S >++++ b/arch/ia64/kernel/pal.S >+@@ -84,7 +84,8 @@ GLOBAL_ENTRY(ia64_pal_call_static) >+ mov ar.pfs = loc1 >+ mov rp = loc0 >+ ;; >+- srlz.d // seralize restoration of psr.l >++ srlz.i // seralize restoration of psr.l seralize ---> serialize Best Regards, Akio Takebe
2008 Feb 18
2
paravirt_ops support in IA64
...l %edx; popl %ecx; popl %eax) > \ > > > One of the 1st biggest argument is how to support those ASM IVT > handler code. Some ideas discussed include: Although ivt.S has the top priority, but there are other two codes which xen paravirtualizes currently. pal.S: More specifically ia64_pal_call_static() Maybe we can go without paravirtualized ia64_pall_call_static(). Since pal static convension is very stable, having implementation or each paravirtualization technology might be acceptable because it won't cause maintenance const much. entry.S: The kernel leaving point. This is the counter...
2008 Feb 18
2
paravirt_ops support in IA64
...l %edx; popl %ecx; popl %eax) > \ > > > One of the 1st biggest argument is how to support those ASM IVT > handler code. Some ideas discussed include: Although ivt.S has the top priority, but there are other two codes which xen paravirtualizes currently. pal.S: More specifically ia64_pal_call_static() Maybe we can go without paravirtualized ia64_pall_call_static(). Since pal static convension is very stable, having implementation or each paravirtualization technology might be acceptable because it won't cause maintenance const much. entry.S: The kernel leaving point. This is the counter...
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Feb 28
7
[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
Hi. Thank you for comments on asm code paravirtualization. Its direction is getting clear. Although it hasn't been finished yet, I'd like to start discussion on ia64 intrinsics paravirtualization. This patch set is just for discussion so that it is a subset of xen Linux/ia64 domU paravirtualization, not self complete. You can get the full patched tree by typing git clone
2008 Feb 28
7
[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
Hi. Thank you for comments on asm code paravirtualization. Its direction is getting clear. Although it hasn't been finished yet, I'd like to start discussion on ia64 intrinsics paravirtualization. This patch set is just for discussion so that it is a subset of xen Linux/ia64 domU paravirtualization, not self complete. You can get the full patched tree by typing git clone