Re: [Xen-devel] [RFC PATCH 8/8] gcov: provide the capability to select gcov format automatically

2016-10-07 Thread Wei Liu
On Fri, Oct 07, 2016 at 03:55:47AM -0600, Jan Beulich wrote: > >>> On 06.10.16 at 16:37, wrote: > > +config GCOV_FORMAT_AUTODETECT > > + bool "Autodetect" > > + ---help--- > > + Automatically select gcov format based on GCC version. > > Tab indentation

Re: [Xen-devel] [RFC PATCH 8/8] gcov: provide the capability to select gcov format automatically

2016-10-07 Thread Jan Beulich
>>> On 06.10.16 at 16:37, wrote: > +config GCOV_FORMAT_AUTODETECT > + bool "Autodetect" > + ---help--- > + Automatically select gcov format based on GCC version. Tab indentation again please, and I think help text usually gets indented by another one or two

[Xen-devel] [RFC PATCH 8/8] gcov: provide the capability to select gcov format automatically

2016-10-06 Thread Wei Liu
And make it the default in Kconfig. Signed-off-by: Wei Liu --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Konrad Rzeszutek Wilk