File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
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"
Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ function releases_maboxlinux() {
836836}
837837
838838function releases_macos() {
839- echo mojave catalina big-sur monterey ventura sonoma sequoia
839+ echo mojave catalina big-sur monterey ventura sonoma sequoia tahoe
840840}
841841
842842function releases_mageia() {
@@ -2118,6 +2118,8 @@ function get_macos() {
21182118 BOARD_ID=" Mac-827FAC58A8FDFA22" ;;
21192119 sequoia|15)
21202120 BOARD_ID=" Mac-53FDB3D8DB8CA971" ;;
2121+ tahoe|26)
2122+ BOARD_ID=" Mac-E1008331FDC96864" ;; # Mac-E1008331FDC96864 is MacBookPro16,1 (16-inch Late 2019)
21212123 * ) echo " ERROR! Unknown release: ${RELEASE} "
21222124 releases_macos
21232125 exit 1;;
You can’t perform that action at this time.
0 commit comments