Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonOptions ¶
type CommonOptions struct {
WorkDir string
CPUs int
MemoryMB int
UserNat bool
MacVtap string
LSVDSocket string
LSVDVolume string
LNFSocketDir string
LNFSocket string
ConfigMount string
HostMount string
}
func (*CommonOptions) MemoryFile ¶
func (co *CommonOptions) MemoryFile() string
type QemuInstance ¶
type QemuInstance struct {
// contains filtered or unexported fields
}
func (*QemuInstance) Start ¶
func (q *QemuInstance) Start(ctx context.Context, log *slog.Logger, co *CommonOptions) error
Click to show internal directories.
Click to hide internal directories.