File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ function configure_cpu() {
424424 # A CPU with fma is required for Metal support
425425 # A CPU with invtsc is required for macOS to boot
426426 case ${macos_release} in
427- ventura|sonoma|sequoia)
427+ ventura|sonoma|sequoia|tahoe )
428428 # A CPU with AVX2 support is required for >= macOS Ventura
429429 if check_cpu_flag sse4_2 && check_cpu_flag avx2; then
430430 if [ " ${HOST_CPU_VENDOR} " != " GenuineIntel" ] && [ -z " ${HYPERVISOR} " ]; then
@@ -777,7 +777,7 @@ function configure_os_quirks() {
777777 # * VirtIO Memory Balloning is supported since Big Sur (https://pmhahn.github.io/virtio-balloon/)
778778 # * VirtIO RNG is supported since Big Sur, but exposed to all guests by default.
779779 case ${macos_release} in
780- big-sur|monterey|ventura|sonoma|sequoia)
780+ big-sur|monterey|ventura|sonoma|sequoia|tahoe )
781781 BALLOON=" -device virtio-balloon"
782782 MAC_DISK_DEV=" virtio-blk-pci"
783783 NET_DEVICE=" virtio-net"
You can’t perform that action at this time.
0 commit comments