WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 0/2] extract vmcoreinfo from /proc/vmcore for Xen

To: Itsuro ODA <oda@xxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 0/2] extract vmcoreinfo from /proc/vmcore for Xen
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Thu, 12 Jun 2008 15:36:33 +0100
Cc: kexec@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 12 Jun 2008 07:37:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20080612165246.16CC.ODA@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjMmbWq9FjEhTiMEd2vlgAX8io7RQ==
Thread-topic: [Xen-devel] [PATCH 0/2] extract vmcoreinfo from /proc/vmcore for Xen
User-agent: Microsoft-Entourage/11.4.0.080122
I'm a bit confused as to what this is for. If you know where Xen is located
in physical or virtual address space, and you have access to Xen symbols,
why would you need the few symbol addresses provided by vmcoreinfo? I can
hardly see what symbols dom_xen and dom_io would be particularly useful for.
Similarly, why would you record structure sizes when this is statically
determinable given the Xen sources?

 -- Keir

On 12/6/08 09:22, "Itsuro ODA" <oda@xxxxxxxxxxxxx> wrote:

> Hi,
> 
> The following patchset is to support extracting vmcoreinfo from
> /proc/vmcore for Xen.
> 
> This is the up-port of the patchset I made for 3.2.0 and posted
> the end of March.
> 
> [PATCH 1/2] patch for xen hypervisor (xen-unstable.hg)
> [PATCH 2/2] patch for linux (linux-2.6.18-xen.hg)
> 
> --- background ----------------------------------------------------
> * what the makedumpfile is:
>   To shorten the size of the dumpfile and the time of creating the
>   dumpfile, makedumpfile copies only the necessary pages for analysis
>   to the dumpfile from /proc/vmcore. You can specify the kind of
>   unnecessary pages with dump_level. If you want to shorten the size
>   further, enable the compression of the page data.
> * Xen extraction 
>   makedumpfile also has a feature that extracting the part of
>   xen hypervisor and domain-0 from /proc/vmcore taken under xen
>   environment. In most cases under xen environment, it is enough to
>   analyze a cause of system crash.
> * extract vmcoreinfo from /proc/vmcore
>   makedumpfile 1.2.0 supports to extract the vmcoreinfo data from
>   /proc/vmcore and uses it for dump filtering. (for a vmcore taken
>   under the native environment.)
> ------------------------------------------------------------------
> 
> Thanks.



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>