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

[Xen-devel] produce windows compatible dump file from Dom0

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] produce windows compatible dump file from Dom0
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Wed, 23 Feb 2011 22:07:19 +1100
Delivery-date: Wed, 23 Feb 2011 03:08:03 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcvTSdamNwOBfRHMRi6ArlftTPB06A==
Thread-topic: produce windows compatible dump file from Dom0
I'm interested in being able to produce a windows dump file from Dom0,
which would help immensely in tracking down crashes when they happen.
What it would involve is:

. PV driver would need to prepare a crash dump header via Windows API
(in advance, and then at crash dump time if possible), store it in
non-paged memory, and write the PFN out to xenstore
. xc would need to detect a parameter (eg -w), check for the value in
xenstore, then write out that as the header and then write out the rest
of the data in windows dump format. The header could also be detected by
scanning memory (eg if the crash happened before xenbus was able to
start) but would be a bit less reliable.

It might also be possible to manufacture the header from Dom0, but I
can't say for sure.

Does this feature or similar already exist in any incantations of the
dom0 tools?

If not, would it be considered for inclusion into some future version of
xen?

Thanks

James

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

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