mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] app: implement stubs for platform specific guest information
This commit is contained in:
@@ -95,3 +95,20 @@ bool os_hasSetCursorPos(void)
|
||||
void os_setCursorPos(int x, int y)
|
||||
{
|
||||
}
|
||||
|
||||
KVMFROS os_getKVMFRType(void)
|
||||
{
|
||||
return KVMFR_OS_LINUX;
|
||||
}
|
||||
|
||||
const char * os_getOSName(void)
|
||||
{
|
||||
//TODO
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const uint8_t * os_getUUID(void)
|
||||
{
|
||||
//TODO
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user