Displaying 5 results from an estimated 5 matches for "itsuro".
Did you mean:
insure
2008 Mar 31
3
[PATCH 3/4] extract vmcoreinfo from /proc/vmcore for Xen
...xen;
+ /* Do we need any alignment of segments? */
+ phdr->p_align = 0;
+
+ (elf->e_phnum)++;
+ dbgprintf_phdr("vmcoreinfo_xen header", phdr);
+ }
+
/* Setup an PT_LOAD type program header for the region where
* Kernel is mapped if info->kern_size is non-zero.
*/
--
Itsuro ODA <oda@valinux.co.jp>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jun 12
0
[PATCH 2/2] extract vmcoreinfo from /proc/vmcore for Xen
This patch is for linux-2.6.18-xen.
- get the machine address of the vmcoreinfo area of xen
- expose the machine address and the size of the vmcoreinfo area
via /sys/hypervisor/vmcoreinfo so that the kexec-tools looks them.
Signed-off-by: Itsuro Oda <oda@valinux.co.jp>
diff -r e01b3a133ddc drivers/xen/core/machine_kexec.c
--- a/drivers/xen/core/machine_kexec.c Wed Jun 11 09:28:01 2008 +0100
+++ b/drivers/xen/core/machine_kexec.c Thu Jun 12 13:10:40 2008 +0900
@@ -19,6 +19,9 @@ static struct resource xen_hypervisor_re
static struct...
2007 May 29
0
Fw: [RFC] makedumpfile: xen extraction
Hi,
I sent the following e-mail to kexec-mailing list (kexec@lists.infradead.org)
since subjects of makedumpfile are discussed on the mailing list.
I want to inform this to xen developers since I think this function is
useful for xen developers.
Thanks.
Itsuro Oda
(see https://sourceforge.net/projects/makedumpfile/
about makedumpfile command.)
Forwarded by Itsuro ODA <oda@valinux.co.jp>
----------------------- Original Message -----------------------
From: Itsuro ODA <oda@valinux.co.jp>
To: kexec@lists.infradead.org
Cc: oom...
2007 Sep 28
18
[makedumpfile] extract vmcoreinfo from /proc/vmcore for Xen
...e a subcommand of the kexec hypercall.
* dom-0 exposes the hypervisor''s vmcoreinfo via
/sys/hypervisor/vmcoreinfo
* kexec-tool looks /sys/hypervisor/vmcoreinfo and makes an elf-note
according it
Any comments or suggestions are welcome before I will start to
implement it.
Thanks.
--
Itsuro ODA <oda@valinux.co.jp>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Dec 11
13
xm dump-core and analyzing
Hi,
Is there any tool out there that can help me analyze a coredump?
Thanks,
David.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel