mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[host] app: implement stubs for platform specific guest information
This commit is contained in:
@@ -85,14 +85,15 @@ enum
|
||||
KVMFR_RECORD_OSINFO
|
||||
};
|
||||
|
||||
enum
|
||||
typedef enum
|
||||
{
|
||||
KVMFR_OS_LINUX,
|
||||
KVMFR_OS_BSD,
|
||||
KVMFR_OS_OSX,
|
||||
KVMFR_OS_WINDOWS,
|
||||
KVMFR_OS_OTHER
|
||||
};
|
||||
}
|
||||
KVMFROS;
|
||||
|
||||
typedef struct KVMFRRecord_VMInfo
|
||||
{
|
||||
|
Reference in New Issue
Block a user