v6 ... touched since last time: 4v6, 6v6, 7v6 Tested-by added to: 1..6v6
Changes since last time: - error handling improved in 7v6, gcov-tool - do not use "--coverage" anymore, also not in 7v6 - make changes from review addressed - Tested-by tags added .gitignore | 2 + Documentation/gcov.txt | 34 +++++ Documentation/hypervisor-configuration.md | 2 + Kbuild | 38 +++++- driver/Makefile | 2 +- driver/main.c | 13 +- driver/main.h | 3 +- driver/sysfs.c | 36 ++++++- driver/sysfs.h | 4 +- hypervisor/Makefile | 38 +---- hypervisor/arch/arm-common/Kbuild | 6 +- hypervisor/arch/arm/Kbuild | 6 + hypervisor/arch/arm/include/asm/jailhouse_header.h | 13 ++ hypervisor/arch/arm/include/asm/jailhouse_hypercall.h | 3 +- hypervisor/arch/arm64/include/asm/jailhouse_header.h | 13 ++ hypervisor/arch/x86/Kbuild | 6 +- hypervisor/arch/x86/include/asm/jailhouse_header.h | 19 +++ hypervisor/arch/x86/include/asm/jailhouse_hypercall.h | 13 +-- hypervisor/gcov.c | 50 ++++++++ hypervisor/hypervisor.lds.S | 9 +- hypervisor/include/jailhouse/gcov.h | 17 ++ hypervisor/include/jailhouse/header.h | 7 +- hypervisor/setup.c | 5 +- tools/Makefile | 14 ++- tools/jailhouse-gcov-extract.c | 217 ++++++++++++++++++++++++++++++++++++++ 25 files changed, 509 insertions(+), 61 deletions(-) -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
