Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Guest ¶
type Guest struct { Name string CPUs string Memory string Disks []Disk HostVolumes []HostVolume // Guest OS OS OS // DHCP Interfaces NICs []NetworkInterface }
Guest describes the configuration of a VM created and run by QEMU
type HostVolume ¶
type HostVolume struct { // MountTag is a label used as a hint to the guest. MountTag string // HostPath is the host filesystem path for this volume. HostPath string }
HostVolume is a shared volume between the host and the VM, defined by its mount tag and its host path.
Click to show internal directories.
Click to hide internal directories.