Re: [Xen-devel] [PATCH 3/4] xen: fix gcov compilation

2016-08-30 Thread Wei Liu
On Tue, Aug 30, 2016 at 01:57:06PM +0100, Ian Jackson wrote: > Wei Liu writes ("[PATCH 3/4] xen: fix gcov compilation"): > > Currently enabling gcov in hypervisor won't build because although > > 26c9d03d ("gcov: Adding support for coverage information") claimed that > > %.init.o files were exclude

Re: [Xen-devel] [PATCH 3/4] xen: fix gcov compilation

2016-08-30 Thread Jan Beulich
>>> On 30.08.16 at 14:57, wrote: > Wei Liu writes ("[PATCH 3/4] xen: fix gcov compilation"): >> Currently enabling gcov in hypervisor won't build because although >> 26c9d03d ("gcov: Adding support for coverage information") claimed that >> %.init.o files were excluded from applying compilation op

Re: [Xen-devel] [PATCH 3/4] xen: fix gcov compilation

2016-08-30 Thread Ian Jackson
Wei Liu writes ("[PATCH 3/4] xen: fix gcov compilation"): > Currently enabling gcov in hypervisor won't build because although > 26c9d03d ("gcov: Adding support for coverage information") claimed that > %.init.o files were excluded from applying compilation options, it was > in fact not true. > >