v5 since v4 has been used at least one too many times ;) This series is now based on the next branch
touched since last time: 2v5, 3v5, 4v5, 6v5, 7v5, 8v5 only whitespace: 7v5, 8v5 Changes since v3: - now works on ARM32 - sysfs file uses core_size instead of firmware filesize (thanks Ralf) - whitespace problems addressed - general comments addressed .gitignore | 2 + Documentation/gcov.txt | 35 ++++++ Documentation/hypervisor-configuration.txt | 2 + Kbuild | 38 ++++++- driver/main.c | 23 +++- driver/main.h | 3 +- driver/sysfs.c | 37 ++++++- driver/sysfs.h | 4 +- hypervisor/Makefile | 38 +----- hypervisor/arch/arm-common/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 | 36 ++++++ hypervisor/hypervisor.lds.S | 9 +- hypervisor/include/jailhouse/header.h | 7 +- hypervisor/setup.c | 15 ++- tools/Makefile | 14 ++- tools/jailhouse-gcov-extract.c | 206 ++++++++++++++++++++++++++++++++++++++ 22 files changed, 479 insertions(+), 63 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.
