Re: [PATCH] Documentation: add GCOV code coverage documentation

2017-04-25 Thread Jan Kiszka
On 2017-04-25 10:31, Henning Schild wrote: > Am Mon, 24 Apr 2017 21:30:03 +0200 > schrieb Jan Kiszka : > >> On 2017-04-24 18:13, Henning Schild wrote: >>> This version gives a short explaination of how to work in cross >>> build scenarios. >> >> So this replaces the documentation patch in next,

Re: [PATCH] Documentation: add GCOV code coverage documentation

2017-04-25 Thread Henning Schild
Am Mon, 24 Apr 2017 21:30:03 +0200 schrieb Jan Kiszka : > On 2017-04-24 18:13, Henning Schild wrote: > > This version gives a short explaination of how to work in cross > > build scenarios. > > So this replaces the documentation patch in next, right? Yes. Note that i already added your Signed-

Re: [PATCH] Documentation: add GCOV code coverage documentation

2017-04-24 Thread Jan Kiszka
On 2017-04-24 18:13, Henning Schild wrote: > This version gives a short explaination of how to work in cross > build scenarios. So this replaces the documentation patch in next, right? Jan > > Henning > > Am Mon, 24 Apr 2017 18:12:02 +0200 > schrieb Henning Schild : > >> Signed-off-by: Hennin

Re: [PATCH] Documentation: add GCOV code coverage documentation

2017-04-24 Thread Henning Schild
This version gives a short explaination of how to work in cross build scenarios. Henning Am Mon, 24 Apr 2017 18:12:02 +0200 schrieb Henning Schild : > Signed-off-by: Henning Schild > Signed-off-by: Jan Kiszka > > diff --git a/Documentation/gcov.txt b/Documentation/gcov.txt > new file mode 100

[PATCH] Documentation: add GCOV code coverage documentation

2017-04-24 Thread Henning Schild
Signed-off-by: Henning Schild Signed-off-by: Jan Kiszka diff --git a/Documentation/gcov.txt b/Documentation/gcov.txt new file mode 100644 --- /dev/null +++ b/Documentation/gcov.txt @@ -0,0 +1,50 @@ +Extracting code coverage information from the hypervisor +===