Skip to content

Commit

Permalink
Fix 'lsi53c895a' is not a valid device model name error when starti…
Browse files Browse the repository at this point in the history
…ng m68k macOS VM
  • Loading branch information
Charles Srstka committed Oct 5, 2024
1 parent 117e3a9 commit 06c35b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/UTMQemuConfiguration+Arguments.swift
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ import Virtualization // for getting network interfaces
f()
} else if drive.interface == .scsi {
var bus = "scsi"
if system.architecture != .sparc && system.architecture != .sparc64 {
if system.architecture != .sparc && system.architecture != .sparc64 && system.architecture != .m68k {
bus = "scsi0"
if busindex == 0 {
f("-device")
Expand Down

0 comments on commit 06c35b8

Please sign in to comment.