[host] app: implement stubs for platform specific guest information

This commit is contained in:
Geoffrey McRae
2022-01-05 21:04:57 +11:00
parent 7ccd202d36
commit fdb38a227e
5 changed files with 58 additions and 4 deletions

View File

@@ -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
{