mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-13 18:11:21 +00:00
[c-host] add kvmfr version to host output
This commit is contained in:
parent
b7ca3d7e37
commit
fc0dbd8782
@ -412,6 +412,7 @@ int app_main(int argc, char * argv[])
|
|||||||
DEBUG_INFO("IVSHMEM Size : %u MiB", shmDev.size / 1048576);
|
DEBUG_INFO("IVSHMEM Size : %u MiB", shmDev.size / 1048576);
|
||||||
DEBUG_INFO("IVSHMEM Address : 0x%" PRIXPTR, (uintptr_t)shmDev.mem);
|
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("Max Pointer Size : %u KiB", (unsigned int)MAX_POINTER_SIZE / 1024);
|
||||||
|
DEBUG_INFO("KVMFR Version : %u", KVMFR_VERSION);
|
||||||
|
|
||||||
KVMFR udata = {
|
KVMFR udata = {
|
||||||
.magic = KVMFR_MAGIC,
|
.magic = KVMFR_MAGIC,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user