[client] update client to use the common ivshmem* methods

This commit is contained in:
Geoffrey McRae
2020-01-03 15:17:14 +11:00
parent 074af5d16c
commit 4345d94d68
4 changed files with 37 additions and 65 deletions

View File

@@ -210,7 +210,7 @@ bool ivshmemOpen(struct IVSHMEM * dev)
dev->opaque = info;
dev->size = devSize;
dev->mem = map;
return false;
return true;
}
void ivshmemClose(struct IVSHMEM * dev)