From cdb6deb148f72cad9794dec176e4df1b81d31d08 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Fri, 4 Mar 2022 10:51:08 -0600 Subject: MacOS improvements * Enable support of virtfs in Podman and darwin. At the time of this writing, it requires a special patch not yet included in upstream qemu. * Prefer to use a specially built qemu to support virtfs. The qemu is installed under libexec/podman. [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude --- pkg/machine/qemu/options_darwin_arm64.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/machine/qemu/options_darwin_arm64.go') diff --git a/pkg/machine/qemu/options_darwin_arm64.go b/pkg/machine/qemu/options_darwin_arm64.go index 727a275d2..5b6cdc86d 100644 --- a/pkg/machine/qemu/options_darwin_arm64.go +++ b/pkg/machine/qemu/options_darwin_arm64.go @@ -45,6 +45,7 @@ func getOvmfDir(imagePath, vmName string) string { */ func getEdk2CodeFd(name string) string { dirs := []string{ + "/opt/homebrew/opt/podman/libexec/share/qemu", "/usr/local/share/qemu", "/opt/homebrew/share/qemu", } -- cgit v1.2.3-54-g00ecf