From f20de00a30b7cf508e81b9b3d5a5c881d6de5119 Mon Sep 17 00:00:00 2001 From: kaikikokuke <62207468+kaikikokuke@users.noreply.github.com> Date: Thu, 21 Jul 2022 13:26:49 +0200 Subject: [PATCH] Updates MSRs alert comment to include windows Adds windows to MSRs alert comment in addition to macOS --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index a034e06..a315156 100755 --- a/quickemu +++ b/quickemu @@ -629,7 +629,7 @@ function vm_boot() { fi if [ "${guest_os}" == "macos" ] || [ "${guest_os}" == "windows" ]; then - # Display MSRs alert if the guest is macOS + # Display MSRs alert if the guest is macOS or windows ignore_msrs_alert fi