mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-05 02:40:37 +00:00
vm: Pass uuid from DM commandline to vm as GUID.
Also save the uuid to ctx in case DM needs to access the uuid. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#define _VMMAPI_H_
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <uuid/uuid.h>
|
||||
#include "types.h"
|
||||
#include "vmm.h"
|
||||
|
||||
@@ -52,6 +53,7 @@ struct vmctx {
|
||||
char *mmap_highmem;
|
||||
char *baseaddr;
|
||||
char *name;
|
||||
uuid_t vm_uuid;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user