[c-host] show the build version

This commit is contained in:
Geoffrey McRae 2019-04-09 16:30:07 +10:00
parent a82b1a2e2f
commit f0758768b9

View File

@ -260,6 +260,7 @@ int app_main()
uint8_t * shmemMap = NULL; uint8_t * shmemMap = NULL;
int exitcode = 0; int exitcode = 0;
DEBUG_INFO("Looking Glass Host (" BUILD_VERSION ")");
DEBUG_INFO("IVSHMEM Size : %u MiB", shmemSize / 1048576); DEBUG_INFO("IVSHMEM Size : %u MiB", shmemSize / 1048576);
if (!os_shmemMmap((void **)&shmemMap) || !shmemMap) if (!os_shmemMmap((void **)&shmemMap) || !shmemMap)
{ {