Re: [Xen-devel] [PATCH v3 21/23] xsplice: Add support for shadow variables

2016-03-15 Thread Konrad Rzeszutek Wilk
On Mon, Mar 07, 2016 at 08:40:47AM +0100, Martin Pohlack wrote: > On 12.02.2016 19:05, Konrad Rzeszutek Wilk wrote: > > From: Ross Lagerwall > > > > Shadow variables are a piece of infrastructure to be used by xsplice > > modules. They are used to attach a new piece of data to an existing > > str

Re: [Xen-devel] [PATCH v3 21/23] xsplice: Add support for shadow variables

2016-03-07 Thread Martin Pohlack
On 12.02.2016 19:05, Konrad Rzeszutek Wilk wrote: > From: Ross Lagerwall > > Shadow variables are a piece of infrastructure to be used by xsplice > modules. They are used to attach a new piece of data to an existing > structure in memory. > > Signed-off-by: Ross Lagerwall > --- > xen/common/Ma

Re: [Xen-devel] [PATCH v3 21/23] xsplice: Add support for shadow variables

2016-03-06 Thread Martin Pohlack
On 12.02.2016 19:05, Konrad Rzeszutek Wilk wrote: > From: Ross Lagerwall > > Shadow variables are a piece of infrastructure to be used by xsplice > modules. They are used to attach a new piece of data to an existing > structure in memory. > > Signed-off-by: Ross Lagerwall > --- > xen/common/Ma

[Xen-devel] [PATCH v3 21/23] xsplice: Add support for shadow variables

2016-02-12 Thread Konrad Rzeszutek Wilk
From: Ross Lagerwall Shadow variables are a piece of infrastructure to be used by xsplice modules. They are used to attach a new piece of data to an existing structure in memory. Signed-off-by: Ross Lagerwall --- xen/common/Makefile | 1 + xen/common/xsplice_shadow.c | 105 ++