Re: [Xen-devel] [RFC PATCH v3.1 1/2] xsplice: rfc.v3.1

2015-08-11 Thread Jan Beulich
>>> On 31.07.15 at 17:46, wrote: > On Thu, Jul 30, 2015 at 09:47:40AM -0700, Johannes Erdfelt wrote: >> On Mon, Jul 27, 2015, Konrad Rzeszutek Wilk wrote: >> > +struct xsplice_reloc_howto { >> > +uint32_thowto; /* XSPLICE_HOWTO_* */ >> > +uint32_tflag; /* XSPLICE_HOWTO_FLAG_*

Re: [Xen-devel] [RFC PATCH v3.1 1/2] xsplice: rfc.v3.1

2015-07-31 Thread Konrad Rzeszutek Wilk
On Thu, Jul 30, 2015 at 09:47:40AM -0700, Johannes Erdfelt wrote: > Thanks for the work on this. I had some comments and questions on the > latest draft. Hey Johannes! Thank you for your review! > > On Mon, Jul 27, 2015, Konrad Rzeszutek Wilk wrote: > > +#define XSPLICE_HOWTO_FLAG_PC_REL0x1

Re: [Xen-devel] [RFC PATCH v3.1 1/2] xsplice: rfc.v3.1

2015-07-30 Thread Johannes Erdfelt
Thanks for the work on this. I had some comments and questions on the latest draft. On Mon, Jul 27, 2015, Konrad Rzeszutek Wilk wrote: > +#define XSPLICE_HOWTO_FLAG_PC_REL0x1 /* Is PC relative. */ > +#define XSPLICE_HOWOT_FLAG_SIGN 0x2 /* Should the new value be treated > as signed va

[Xen-devel] [RFC PATCH v3.1 1/2] xsplice: rfc.v3.1

2015-07-27 Thread Konrad Rzeszutek Wilk
*TODO*: - XSM add - Contributs/authors on xsplice.markdown - Figure out the preemption method (rfc.v4 target). Talk in Seattle? - Further work - write out an Wiki detailing what implementation pieces to be done for individual contributions. Do it before Seattle? Signed-off-by: Konrad Rze