Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 containers#11421 [NO TESTS NEEDED] Signed-off-by: Scott Schreckengaust <[email protected]>
- Loading branch information