package
6.0.0+incompatible
Repository: https://github.com/srcup/u-root.git
Documentation: pkg.go.dev

# Functions

NewNetwork creates a new QEMU network between QEMU VMs.

# Variables

DefaultTimeout for `Expect` and `ExpectRE` functions.
TimeoutMultiplier increases all timeouts proportionally.

# Structs

Network is a Device that can connect multiple QEMU VMs to each other.
Options are VM start-up parameters.
P9Directory is a Device that exposes a directory as a Plan9 (9p) read-write filesystem in the VM.
ReadOnlyDirectory is a Device that exposes a directory as a /dev/sda1 readonly vfat partition in the VM.
VirtioRandom is a Device that exposes a PCI random number generator to the QEMU VM.
VM is a running QEMU virtual machine.

# Interfaces

Device is a QEMU device to expose to a VM.

# Type aliases

ArbitraryArgs is a Device that allows users to add arbitrary arguments to the QEMU command line.