mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-11 17:11:10 +00:00
[c-host] add kvmfr version to host output
This commit is contained in:
parent
b7ca3d7e37
commit
fc0dbd8782
2
VERSION
2
VERSION
@ -1 +1 @@
|
||||
B1-189-gc4bf992c0c+1
|
||||
B1-190-gb7ca3d7e37+1
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user