Documentation ¶
Index ¶
Constants ¶
View Source
const (
Platform platform.Name = "qemu"
)
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.
func (*Cluster) NewMachine ¶
func (*Cluster) NewMachineWithOptions ¶ added in v0.8.0
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 // Don't modify CL disk images to add console logging UseVanillaImage bool *platform.Options }
Options contains QEMU-specific options for the flight.
Click to show internal directories.
Click to hide internal directories.