|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [patch][11/11] INIT hadler for support coredumping feat
This patch is for supporting coredumping feature.
Some dump feature is necessary to save registers into memory.
So I implemented it and add a hook of calling dump function.
Because all cpu have to save registers,
the same handler is called by monarch and slave handler.
This patch is useful not only dump feature, but also debug xen.
(Because INIT hadler is always able to show register and call trace.)
Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
linux-xen/mca_asm.S | 5 +--
xen/mca.c | 80 ++++++++++++++++++++++++++++++++++++++++++++--------
2 files changed, 72 insertions(+), 13 deletions(-)
init_for_coredump.patch
Description: Binary data
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [patch][2/11] Fix GATE_ADDR for ia64_do_show_stack(), (continued)
- [Xen-ia64-devel] [patch][2/11] Fix GATE_ADDR for ia64_do_show_stack(), Akio Takebe
- [Xen-ia64-devel] [patch][3/11] Fix GET_THIS_PADDR, Akio Takebe
- [Xen-ia64-devel] [patch][4/11] Fix LOAD_PHYSCAL macro. (This fix is workaround), Akio Takebe
- [Xen-ia64-devel] [patch][5/11] add unw_init_from_interruption(), Akio Takebe
- [Xen-ia64-devel] [patch][6/11] Fix MINSTATE_START/END_SAVE_MIN_PHYS for INIT handler, Akio Takebe
- [Xen-ia64-devel] [patch][7/11] Fix MINSTATE_GET_CURRENT, Akio Takebe
- [Xen-ia64-devel] [patch][8/11] Add mca_asm.S for supporting ia64_monarch_init_handler(), Akio Takebe
- [Xen-ia64-devel] [patch][9/11] Add mca.c for supporting init_handler, Akio Takebe
- [Xen-ia64-devel] [patch][10/11] Add mca_asm, mca into Makefile, Akio Takebe
- [Xen-ia64-devel] [patch][11/11] INIT hadler for support coredumping feature,
Akio Takebe <=
- Re: [Xen-ia64-devel] [patch] [0/11] Support INIT handler of xen (Take3), Alex Williamson
|
|
|
|
|