Re: [Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-06-03 Thread Andrew Cooper
On 03/06/16 16:42, Jan Beulich wrote: On 03.06.16 at 17:36, wrote: >> On 01/06/16 10:29, Jan Beulich wrote: >> On 31.05.16 at 19:05, wrote: Signed-off-by: Andrew Cooper >>> Reviewed-by: Jan Beulich >>> >>> with one spelling correction: >>> +# Overview + +On native h

Re: [Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-06-03 Thread Jan Beulich
>>> On 03.06.16 at 17:36, wrote: > On 01/06/16 10:29, Jan Beulich wrote: > On 31.05.16 at 19:05, wrote: >>> Signed-off-by: Andrew Cooper >> Reviewed-by: Jan Beulich >> >> with one spelling correction: >> >>> +# Overview >>> + >>> +On native hardware, a kernel will boot, detect features, typ

Re: [Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-06-03 Thread Andrew Cooper
On 01/06/16 10:29, Jan Beulich wrote: On 31.05.16 at 19:05, wrote: >> Signed-off-by: Andrew Cooper > Reviewed-by: Jan Beulich > > with one spelling correction: > >> +# Overview >> + >> +On native hardware, a kernel will boot, detect features, typically optimise >> +certain codepaths based o

Re: [Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-06-01 Thread Andrew Cooper
On 01/06/16 13:14, Ian Jackson wrote: > Andrew Cooper writes ("Re: [PATCH for-4.7] docs: Feature Levelling feature > document"): >> On 01/06/16 11:25, Ian Jackson wrote: >>> I would prefer a wording which was more encouraging to future >>> improvements. Shall I suggest something ? >> I guess ther

Re: [Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-06-01 Thread Ian Jackson
Andrew Cooper writes ("Re: [PATCH for-4.7] docs: Feature Levelling feature document"): > On 01/06/16 11:25, Ian Jackson wrote: > > I would prefer a wording which was more encouraging to future > > improvements. Shall I suggest something ? > > I guess there are two different issues here. (Note:

Re: [Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-06-01 Thread Andrew Cooper
On 01/06/16 11:25, Ian Jackson wrote: > Andrew Cooper writes ("[PATCH for-4.7] docs: Feature Levelling feature > document"): >> +N.B. `xl`, being inherently a single-host toolstack, doesn't make use of >> these >> +levelling improvements. These features are of interest to higher level >> +toolst

Re: [Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-06-01 Thread Ian Jackson
Andrew Cooper writes ("[PATCH for-4.7] docs: Feature Levelling feature document"): > +N.B. `xl`, being inherently a single-host toolstack, doesn't make use of > these > +levelling improvements. These features are of interest to higher level > +toolstacks such as `libvirt` or `XAPI`. I don't thi

Re: [Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-06-01 Thread Wei Liu
Release-acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-06-01 Thread Jan Beulich
>>> On 31.05.16 at 19:05, wrote: > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich with one spelling correction: > +# Overview > + > +On native hardware, a kernel will boot, detect features, typically optimise > +certain codepaths based on the available features, and expect the features

[Xen-devel] [PATCH for-4.7] docs: Feature Levelling feature document

2016-05-31 Thread Andrew Cooper
Signed-off-by: Andrew Cooper --- CC: Ian Jackson CC: Wei Liu CC: Jan Beulich CC: Konrad Rzeszutek Wilk --- docs/features/feature-levelling.pandoc | 211 + 1 file changed, 211 insertions(+) create mode 100644 docs/features/feature-levelling.pandoc diff --git a