|
@@ -92,6 +92,9 @@ struct UTMQemuConfigurationQEMU: Codable {
|
|
debugLogURL = dataURL.appendingPathComponent(QEMUPackageFileName.debugLog.rawValue)
|
|
debugLogURL = dataURL.appendingPathComponent(QEMUPackageFileName.debugLog.rawValue)
|
|
efiVarsURL = dataURL.appendingPathComponent(QEMUPackageFileName.efiVariables.rawValue)
|
|
efiVarsURL = dataURL.appendingPathComponent(QEMUPackageFileName.efiVariables.rawValue)
|
|
}
|
|
}
|
|
|
|
+ #if os(iOS)
|
|
|
|
+ hasHypervisor = false // no hypervisor on iOS
|
|
|
|
+ #endif
|
|
}
|
|
}
|
|
|
|
|
|
func encode(to encoder: Encoder) throws {
|
|
func encode(to encoder: Encoder) throws {
|