Documentation ¶
Index ¶
Constants ¶
View Source
const ( Aarch64ExecutableName = "qemu-system-aarch64" X8664ExecutableName = "qemu-system-x86_64" )
Variables ¶
View Source
var ( ErrARM64Emulation = errors.New("qemu: you are trying to emulate arm64") ErrExecutableNotFound = errors.New("qemu: executable not found") ErrUnsupportedArchitecture = errors.New("qemu: unsupported architecture") ErrUnsupportedOperatingSystem = errors.New("qemu: unsupported operating system") ErrX8664Emulation = errors.New("qemu: you are trying to emulate x86_64") )
Functions ¶
This section is empty.
Types ¶
type CommandOptions ¶
type CommandOptionsDisk ¶
type NewOptions ¶
type NewOptions struct {
ExecutableName string
}
Click to show internal directories.
Click to hide internal directories.