Versions in this module Expand all Collapse all v1 v1.2.1 Jul 20, 2025 v1.2.0 Jul 10, 2025 Changes in this version + func Accel(arch limayaml.Arch) string + func Cmdline(ctx context.Context, cfg Config) (exe string, args []string, err error) + func Del(cfg Config, run bool, tag string) error + func EnsureDisk(_ context.Context, cfg Config) error + func Exe(arch limayaml.Arch) (exe string, args []string, err error) + func FindVirtiofsd(qemuExe string) (string, error) + func List(cfg Config, run bool) (string, error) + func Load(cfg Config, run bool, tag string) error + func Save(cfg Config, run bool, tag string) error + func VirtiofsdCmdline(cfg Config, mountIndex int) ([]string, error) + type Config struct + InstanceDir string + LimaYAML *limayaml.LimaYAML + Name string + SSHAddress string + SSHLocalPort int + VirtioGA bool + type LimaQemuDriver struct + Instance *store.Instance + SSHLocalPort int + func New(inst *store.Instance, sshLocalPort int) *LimaQemuDriver + func (l *LimaQemuDriver) ApplySnapshot(_ context.Context, tag string) error + func (l *LimaQemuDriver) CanRunGUI() bool + func (l *LimaQemuDriver) ChangeDisplayPassword(_ context.Context, password string) error + func (l *LimaQemuDriver) CreateDisk(ctx context.Context) error + func (l *LimaQemuDriver) CreateSnapshot(_ context.Context, tag string) error + func (l *LimaQemuDriver) DeleteSnapshot(_ context.Context, tag string) error + func (l *LimaQemuDriver) ForwardGuestAgent() bool + func (l *LimaQemuDriver) GetDisplayConnection(_ context.Context) (string, error) + func (l *LimaQemuDriver) GuestAgentConn(ctx context.Context) (net.Conn, error) + func (l *LimaQemuDriver) Initialize(_ context.Context) error + func (l *LimaQemuDriver) ListSnapshots(_ context.Context) (string, error) + func (l *LimaQemuDriver) Register(_ context.Context) error + func (l *LimaQemuDriver) RunGUI() error + func (l *LimaQemuDriver) Start(ctx context.Context) (chan error, error) + func (l *LimaQemuDriver) Stop(ctx context.Context) error + func (l *LimaQemuDriver) Unregister(_ context.Context) error + func (l *LimaQemuDriver) VSockPort() int + func (l *LimaQemuDriver) Validate() error + func (l *LimaQemuDriver) VirtioPort() string Other modules containing this package github.com/lima-vm/lima/v2