GVM User Suite
User tools for the GVM open source project.
Data Fields
RmVmStartInfo Struct Reference

Reverse engineered start vm info structure. More...

#include <init.h>

Collaboration diagram for RmVmStartInfo:
Collaboration graph
[legend]

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...
 

Detailed Description

Reverse engineered start vm info structure.

This structure is used to provide us information regarding how to get the VM information.

Definition at line 35 of file init.h.

Field Documentation

◆ config

char RmVmStartInfo::config[1024]

Config for starting the MDEV.

Definition at line 37 of file init.h.

◆ mdev_id

uint16_t RmVmStartInfo::mdev_id

MDEV id.

Definition at line 40 of file init.h.

◆ pci_bdf

uint32_t RmVmStartInfo::pci_bdf

BDF PCI.

Definition at line 41 of file init.h.

◆ pci_id

uint32_t RmVmStartInfo::pci_id

PCI id.

Definition at line 39 of file init.h.

◆ qemu_pid

uint32_t RmVmStartInfo::qemu_pid

QEMU PID.

Definition at line 38 of file init.h.

◆ uuid

struct UUID RmVmStartInfo::uuid

UUID for the MDEV.

Definition at line 1 of file init.h.


The documentation for this struct was generated from the following file: