GVM User Suite
User tools for the GVM open source project.
|
Reverse engineered start vm info structure. More...
#include <init.h>
Data Fields | |
struct UUID | uuid |
UUID for the MDEV. More... | |
char | config [1024] |
Config for starting the MDEV. More... | |
uint32_t | qemu_pid |
QEMU PID. More... | |
uint32_t | pci_id |
PCI id. More... | |
uint16_t | mdev_id |
MDEV id. More... | |
uint32_t | pci_bdf |
BDF PCI. More... | |
Reverse engineered start vm info structure.
This structure is used to provide us information regarding how to get the VM information.
char RmVmStartInfo::config[1024] |