virtiofs

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package virtiofs provides VirtioFS configuration helpers for Apple Virtualization VMs.

Index

Constants

View Source
const MacOSAutomountTag = "\x00macos-automount"

MacOSAutomountTag requests the macOS guest automount tag.

Variables

This section is empty.

Functions

func CreateDevices

func CreateDevices(mounts []Mount) ([]vz.VZVirtioFileSystemDeviceConfiguration, error)

CreateDevices creates VirtioFS device configurations for mounts.

Types

type Mount

type Mount struct {
	HostPath  string
	Tag       string
	ReadOnly  bool
	MountOpts []string
}

Mount represents a host-to-guest volume mount configuration.

func ParseMount

func ParseMount(spec string) (Mount, error)

ParseMount parses a docker-style volume specification.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL