eliseomartelli
HomeBlogPhotosAbout

Shell

Remove dependency on current version of QEMU

$ brew --prefix qemu
$ vi $(podman machine inspect | jq -r '.[].ConfigPath.Path')

Under CmdLine you'll find the "file" parameter.

Replace /opt/homebrew/Cellar/qemu/<version> with /opt/homebrew/opt/qemu