Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cluster ¶
type Cluster struct {
*local.LocalCluster
// contains filtered or unexported fields
}
Cluster is a local cluster of QEMU-based virtual machines.
XXX: must be exported so that certain QEMU tests can access struct members through type assertions.
type Options ¶
type Options struct {
// DiskImage is the full path to the disk image to boot in QEMU.
DiskImage string
Board string
// BIOSImage is name of the BIOS file to pass to QEMU.
// It can be a plain name, or a full path.
BIOSImage string
*platform.Options
}
Options contains QEMU-specific options for the cluster.
Click to show internal directories.
Click to hide internal directories.