mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[host] init ivshmem options before testing
This commit is contained in:
@@ -601,6 +601,7 @@ VOID WINAPI SvcMain(DWORD dwArgc, LPTSTR *lpszArgv)
|
||||
|
||||
/* check if the ivshmem device exists */
|
||||
struct IVSHMEM shmDev = { 0 };
|
||||
ivshmemOptionsInit();
|
||||
if (!ivshmemInit(&shmDev))
|
||||
{
|
||||
doLog("Unable to find the IVSHMEM device, terminating the service\n");
|
||||
|
Reference in New Issue
Block a user