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 + const QemuImgFormat + func AcceptableAsBaseDisk(info *Info) error + type Info struct + ActualSize int64 + BackingFilename string + BackingFilenameFormat string + Children []InfoChild + ClusterSize int + DirtyFlag bool + Filename string + Format string + FormatSpecific *InfoFormatSpecific + FullBackingFilename string + VSize int64 + func GetInfo(path string) (*Info, error) + type InfoChild struct + Info Info + Name string + type InfoFormatSpecific struct + Data json.RawMessage + Type string + func (sp *InfoFormatSpecific) Qcow2() *InfoFormatSpecificDataQcow2 + func (sp *InfoFormatSpecific) Vmdk() *InfoFormatSpecificDataVmdk + type InfoFormatSpecificDataQcow2 struct + Compat string + CompressionType string + Corrupt bool + ExtendedL2 bool + LazyRefcounts bool + RefcountBits int + type InfoFormatSpecificDataVmdk struct + CID int + CreateType string + Extents []InfoFormatSpecificDataVmdkExtent + ParentCID int + type InfoFormatSpecificDataVmdkExtent struct + ClusterSize int + Filename string + Format string + VSize int64 + type QemuImageUtil struct + DefaultFormat string + func (q *QemuImageUtil) ConvertToRaw(source, dest string, size *int64, allowSourceWithBackingFile bool) error + func (q *QemuImageUtil) CreateDisk(disk string, size int64) error + func (q *QemuImageUtil) MakeSparse(_ *os.File, _ int64) error + func (q *QemuImageUtil) ResizeDisk(disk string, size int64) error Other modules containing this package github.com/lima-vm/lima/v2