[Xen-devel] [PATCH v2] xen/doc: update ARM warning about testing gcov on arm

Viktor Mitin posted 1 patch 4 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190710045737.27389-1-viktor.mitin.19@gmail.com
docs/hypervisor-guide/code-coverage.rst | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
[Xen-devel] [PATCH v2] xen/doc: update ARM warning about testing gcov on arm
Posted by Viktor Mitin 4 years, 9 months ago
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(-)

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
-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH v2] xen/doc: update ARM warning about testing gcov on arm
Posted by Julien Grall 4 years, 9 months ago
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,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH v2] xen/doc: update ARM warning about testing gcov on arm
Posted by Andrew Cooper 4 years, 9 months ago
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>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel