# Functions
NewQemuBuilder creates a new QemuCmd object that we will build on top of, starting with the qemu binary, architecture specific options, and propagated proxy and SSL settings.
NewQMPMonitor creates the monitor subsection of our vm.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
Deprecated: MachineVMV1 is being deprecated in favor a more flexible and informative structure.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
QemuCmd is an alias around a string slice to prevent the need to migrate the MachineVM struct due to changes.