Re: [PATCH 03/11] xen: Introduce architecture independent data for kexec/kdump

2012-10-01 Thread Daniel Kiper
On Fri, Sep 28, 2012 at 12:10:17PM -0400, Konrad Rzeszutek Wilk wrote: > On Thu, Sep 27, 2012 at 08:06:30PM +0200, Daniel Kiper wrote: > > Introduce architecture independent constants and structures > > Don't you mean 'dependent constants'? Right. > > required by Xen kexec/kdump implementation. >

Re: [PATCH 03/11] xen: Introduce architecture independent data for kexec/kdump

2012-09-28 Thread Konrad Rzeszutek Wilk
On Thu, Sep 27, 2012 at 08:06:30PM +0200, Daniel Kiper wrote: > Introduce architecture independent constants and structures Don't you mean 'dependent constants'? > required by Xen kexec/kdump implementation. > > Signed-off-by: Daniel Kiper > --- > include/xen/interface/xen.h | 33 +++

[PATCH 03/11] xen: Introduce architecture independent data for kexec/kdump

2012-09-27 Thread Daniel Kiper
Introduce architecture independent constants and structures required by Xen kexec/kdump implementation. Signed-off-by: Daniel Kiper --- include/xen/interface/xen.h | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/include/xen/interface/xen.