[c-host] add kvmfr version to host output

This commit is contained in:
Geoffrey McRae 2020-05-17 11:26:45 +10:00
parent b7ca3d7e37
commit fc0dbd8782
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
B1-189-gc4bf992c0c+1
B1-190-gb7ca3d7e37+1

View File

@ -412,6 +412,7 @@ int app_main(int argc, char * argv[])
DEBUG_INFO("IVSHMEM Size : %u MiB", shmDev.size / 1048576);
DEBUG_INFO("IVSHMEM Address : 0x%" PRIXPTR, (uintptr_t)shmDev.mem);
DEBUG_INFO("Max Pointer Size : %u KiB", (unsigned int)MAX_POINTER_SIZE / 1024);
DEBUG_INFO("KVMFR Version : %u", KVMFR_VERSION);
KVMFR udata = {
.magic = KVMFR_MAGIC,