|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 00/04] Kexec / Kdump: Release 20061122 (xen-unsta
To: |
Magnus Damm <magnus.damm@xxxxxxxxx> |
Subject: |
Re: [Xen-devel] [PATCH 00/04] Kexec / Kdump: Release 20061122 (xen-unstable-12502) |
From: |
Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx> |
Date: |
Wed, 29 Nov 2006 11:06:48 +0000 |
Cc: |
Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx>, Kazuo Moriwaka <moriwaka@xxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>, Isaku Yamahata <yamahata@xxxxxxxxxxxxx>, Magnus Damm <magnus@xxxxxxxxxxxxx>, Horms <horms@xxxxxxxxxxxx>, Dave Anderson <anderson@xxxxxxxxxx> |
Delivery-date: |
Wed, 29 Nov 2006 03:07:00 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
In-reply-to: |
<aec7e5c30611290259r200b9f54oe243662c90a7f1d9@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/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> |
References: |
<20061122071050.24010.92547.sendpatchset@localhost> <1164219848.12608.78.camel@xxxxxxxxxxxxxxxxxxxxx> <aec7e5c30611270119v2f1c3f99ge2ccfd97a59cce39@xxxxxxxxxxxxxx> <456B03FE.171DE907@xxxxxxxxxx> <aec7e5c30611280030t1df98149me32990d620bdcbf9@xxxxxxxxxxxxxx> <456C413A.9B2DD113@xxxxxxxxxx> <aec7e5c30611281835y4e63979dm46b8bcfa0e1201f0@xxxxxxxxxxxxxx> <1164792998.3336.231.camel@xxxxxxxxxxxxxxxxxxxxx> <aec7e5c30611290259r200b9f54oe243662c90a7f1d9@xxxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
On Wed, 2006-11-29 at 19:59 +0900, Magnus Damm wrote:
> > If you wanted to you could use a bit of the existing "Xen" namespace. It
> > is currently only used by notes which are consumed by the domain
> > builder. They are defined in xen/include/public/elfnote.h.
>
> Sounds like a good idea. What about:
>
> #define XEN_ELFNOTE_CRASH_INFO 13 /* system information */
> #define XEN_ELFNOTE_CRASH_REGS 14 /* per-cpu system registers */
Perhaps use 0x1000001 and 0x1000002 to distinguish the types of notes?
(we could rewrite the existing notes as 0x0000000x to make this clearer)
> The types will map to data structures instead of single numeric values
> or strings though, but maybe that is ok.
That's fine. Ultimately I'd like to get the data structures in there too
but don't worry about that for now.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|