From d3506d1c4a318156213b5b18fdbc46c048aa26e8 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 8 Nov 2021 15:11:25 +0000 Subject: [PATCH] Remove disabling S3 (Suspend to RAM). Close #162 --- quickemu | 5 ----- 1 file changed, 5 deletions(-) diff --git a/quickemu b/quickemu index 4dadbec..3d7402a 100755 --- a/quickemu +++ b/quickemu @@ -516,11 +516,6 @@ function vm_boot() { ;; esac - # Disable suspend to RAM if SecureBoot/SMM is enabled - if [ "${secureboot}" == "on" ] || [ "${SMM}" == "on" ]; then - GUEST_TWEAKS="${GUEST_TWEAKS} -global ICH9-LPC.disable_s3=1" - fi - echo " - Disk: ${disk_img} (${disk_size})" if [ ! -f "${disk_img}" ]; then # If there is no disk image, create a new image.