]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core/driver: Add version information
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 27 Aug 2014 22:25:36 +0000 (00:25 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 28 Aug 2014 18:08:56 +0000 (20:08 +0200)
commit554078809f0aa6063e2cf58b4d41bdb6b25d2732
tree1508f73d3622221ecf4bbb949b03f44a808433d9
parent1fad37949d9352fc0e04033f729d645734136f86
core/driver: Add version information

Create a version string in the format

    vX.Y (<commits-since-vX.Y>-<git-hash>[-dirty])

and embed it into the hypervisor core as well as the driver module.
Helps to identify what is actually executed.

The management tool is more decoupled from those two and will get a
simpler version tag.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
.gitignore
Makefile
VERSION [new file with mode: 0644]
driver.c
hypervisor/Makefile
hypervisor/setup.c
scripts/gen_version_h [new file with mode: 0755]