Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Count int `json:"count"` // number of VMs to use Qemu string `json:"qemu"` // qemu binary name (qemu-system-arch by default) QemuArgs string `json:"qemu_args"` // additional command line arguments for qemu binary Kernel string `json:"kernel"` // kernel for injected boot (e.g. arch/x86/boot/bzImage) Cmdline string `json:"cmdline"` // kernel command line (can only be specified with kernel) Initrd string `json:"initrd"` // linux initial ramdisk. (optional) ImageDevice string `json:"image_device"` // qemu image device (hda by default) CPU int `json:"cpu"` // number of VM CPUs Mem int `json:"mem"` // amount of VM memory in MBs }
Click to show internal directories.
Click to hide internal directories.