diff mbox series

[v2] xen/doc: update ARM warning about testing gcov on arm

Message ID 20190710045737.27389-1-viktor.mitin.19@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v2] xen/doc: update ARM warning about testing gcov on arm | expand

Commit Message

Viktor Mitin July 10, 2019, 4:57 a.m. UTC
Update ARM code coverage warning about testing gcov on arm

Signed-off-by: Viktor Mitin <viktor_mitin@epam.com>

---
v2:
   updated only part of the warning related to testing on ARM

---
 docs/hypervisor-guide/code-coverage.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Julien Grall July 15, 2019, 5:26 p.m. UTC | #1
Hi,

On 10/07/2019 05:57, Viktor Mitin wrote:
> Update ARM code coverage warning about testing gcov on arm
> 
> Signed-off-by: Viktor Mitin <viktor_mitin@epam.com>

Acked-by: Julien Grall <julien.grall@arm.com>

Cheers,
Andrew Cooper July 15, 2019, 5:28 p.m. UTC | #2
On 15/07/2019 18:26, Julien Grall wrote:
> Hi,
>
> On 10/07/2019 05:57, Viktor Mitin wrote:
>> Update ARM code coverage warning about testing gcov on arm
>>
>> Signed-off-by: Viktor Mitin <viktor_mitin@epam.com>
>
> Acked-by: Julien Grall <julien.grall@arm.com>

Docs parts Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff mbox series

Patch

diff --git a/docs/hypervisor-guide/code-coverage.rst b/docs/hypervisor-guide/code-coverage.rst
index 3cebf2d96e..6c7552d691 100644
--- a/docs/hypervisor-guide/code-coverage.rst
+++ b/docs/hypervisor-guide/code-coverage.rst
@@ -8,9 +8,8 @@  so some extra steps are required to collect and process the data.
 
 .. warning::
 
-  Coverage has only been tested on x86 at the moment.  ARM doesn't currently
-  boot when the final binary exceeds 2MB in size, and the coverage build tends
-  to exceeds this limit.
+  ARM doesn't currently boot when the final binary exceeds 2MB in size,
+  and the coverage build tends to exceed this limit.
 
 
 Compiling Xen