Skip to content

Commit

Permalink
settings(qemu): disable TPM option which is not yet ready
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Aug 5, 2022
1 parent 661a7da commit 3a8020a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Platform/Shared/VMConfigQEMUView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ struct VMConfigQEMUView: View {
.help("Should be on always unless the guest cannot boot because of this.")
Toggle("Balloon Device", isOn: $config.hasBalloonDevice)
.help("Should be on always unless the guest cannot boot because of this.")
#if false
Toggle("TPM Device", isOn: $config.hasTPMDevice)
.help("This is required to boot Windows 11.")
#endif
#if os(macOS)
Toggle("Use Hypervisor", isOn: $config.hasHypervisor)
.disabled(!supportsHypervisor)
Expand Down

0 comments on commit 3a8020a

Please sign in to comment.