Remove obsolete warning about testing gcov on arm. gcov has been fixed and tested with arm hw previously
See commit 6ac66c9 Signed-off-by: Viktor Mitin <[email protected]> --- docs/hypervisor-guide/code-coverage.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/hypervisor-guide/code-coverage.rst b/docs/hypervisor-guide/code-coverage.rst index 3cebf2d96e..947ee48701 100644 --- a/docs/hypervisor-guide/code-coverage.rst +++ b/docs/hypervisor-guide/code-coverage.rst @@ -6,13 +6,6 @@ the coverage of its own basic blocks. Being a piece of system software rather than a userspace, it can't automatically write coverage out to the filesystem, 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. - - Compiling Xen ------------- -- 2.17.1 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
