On 2016-11-02 12:02, Claudio Scordino wrote: > This patchset aims at a better understandability of the source code by adding > a > few comments and renaming one function. > > Claudio Scordino (6): > Driver: general comments in the source code > Core: general comments in the source code > arch: general comments in the source code > Driver: change function name jailhouse_fw_name() > FAQ: explain how to build automatic documentation. > Additional headers for old kernel versions > > FAQ.md | 10 ++++++++++ > driver/cell.c | 2 ++ > driver/main.c | 16 ++++++++++++++-- > driver/sysfs.c | 2 ++ > hypervisor/arch/arm-common/control.c | 6 ++++++ > hypervisor/arch/arm/include/asm/percpu.h | 3 +++ > hypervisor/arch/x86/apic.c | 12 ++++++++++++ > hypervisor/arch/x86/control.c | 6 ++++++ > hypervisor/arch/x86/entry.S | 7 +++++++ > hypervisor/arch/x86/vmx.c | 6 ++++++ > hypervisor/control.c | 8 ++++++++ > hypervisor/include/jailhouse/cell-config.h | 5 +++++ > hypervisor/include/jailhouse/control.h | 4 ++-- > hypervisor/include/jailhouse/header.h | 15 +++++++++++---- > hypervisor/paging.c | 2 ++ > hypervisor/setup.c | 6 ++++++ > 16 files changed, 102 insertions(+), 8 deletions(-) >
Thanks, applied all (although the last patch was not really about commenting things ;) ). Another workflow hint: new versions of a patch series should carry a "v2" etc. in the tag, e.g. "PATCH v2 0/6". Helps identifying the latest round on the mailing list. Jan -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux -- 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.
