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] Reading the Xen Core Dump File - How to deal with unsigned l

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Reading the Xen Core Dump File - How to deal with unsigned longs
From: Puneet Lakhina <puneet.lakhina@xxxxxxxxx>
Date: Tue, 11 May 2010 11:14:37 -0700
Delivery-date: Tue, 11 May 2010 11:15:30 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=ua25diNw/1gmm/pRtBUmTa8Pr0a53u9GcOY0ZzM0Bj4=; b=ABoECu07tmzDaHWfDMOdd4BYVWh67UBL+JRfejVJfVABcFVfU2PprQeXwjwEJ6Cy+W cAYTJ7BKvvIIFjcAwIyZ4LjS8p6LfsYEBKchgUb5eqbi/bFfz8yHwqrar5XOmf4oa7ka F/r796ME8rELkQhrz3MkGZ0wvUzH6rjFHuVDI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jwt9Ry/OouY35gNZHFlE8vd3nwPZrt7EsyNcejTrDq8xH5i6deCWY7L+TxbZBFlDYF w36Di8rYYpU03ku1Hx52l7/VfGRrZ1uC4l1sUmtnNHzroAu4Gdu8s1SbMWNzKuBlBDNv HWZI8ICLa2u2YzJmjMur8kJASVtOtEuMs91mE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTinZYd9eLYDPWPwI2JwClE9GWTYz1W7Q9NTcrhVY@xxxxxxxxxxxxxx>
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>
References: <AANLkTinZYd9eLYDPWPwI2JwClE9GWTYz1W7Q9NTcrhVY@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

Im trying to read the coredump file of a xen domain, and Iv noticed a
few types includes in the file like vcpu_guest_context[1] use unsigned
longs, the size of which is system dependent. But I am uncertain as to
whether this depends on the dom0 the dump was taken from or whether it
depends on the hypervisor or whether it depends on the dump domU. The
reason I am asking this is because I am running Xen in an environment
where the dom0 is 32 bit and the hypervisor is 64 bit, and the domUs
whose dumps I am analyzing are 64 bit.

Thanks

[1] 
http://www.google.com/codesearch/p?hl=en#4Wqoij9clTg/xen/include/public/arch-x86/xen.h&q=vcpu_guest_context_t%20lang:c%20package:%22http://xenbits.xensource.com/xen-unstable.hg%22&sa=N&cd=5&ct=rc
-- 
Regards,
Puneet
http://www.cs.ucsb.edu/~puneet

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Reading the Xen Core Dump File - How to deal with unsigned longs, Puneet Lakhina <=