Skip to content

Commit 91e4aa4

Browse files
committed
feat: add support for macOS 26 tahoe
1 parent d5ca464 commit 91e4aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickemu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)