podman/pkg/machine/qemu
Scott Schreckengaust 57133bb334 Fix warning of unsupported feature on MacOS
Adding the `-cpu host` option to the `addArchOptions` function for
darwin removes the warning message, "host doesn't support requested
feature: CPUID.80000001H:ECX.svm [bit 2]" by qemu-system-x86_64 when
using the `podman machine start` command on MacOS

Closes #11421

[NO TESTS NEEDED]

Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
2021-09-06 09:55:24 -07:00
..
config.go Fix build tags for pkg/machine... 2021-06-10 10:25:16 +02:00
machine.go machine: always check error of net.Dial, even after last try 2021-09-03 09:10:35 +02:00
machine_unsupported.go Fix build tags for pkg/machine... 2021-06-10 10:25:16 +02:00
options_darwin.go Enable port forwarding on host 2021-06-01 10:13:18 -05:00
options_darwin_amd64.go Fix warning of unsupported feature on MacOS 2021-09-06 09:55:24 -07:00
options_darwin_arm64.go Improvements for machine 2021-03-25 11:02:33 -05:00
options_linux.go Enable port forwarding on host 2021-06-01 10:13:18 -05:00
options_linux_amd64.go Add machine support for more Linux distros 2021-03-28 13:35:56 +02:00
options_linux_arm64.go Add machine support for qemu-system-aarch64 2021-03-29 21:53:48 +02:00