From 601273de40b387773f1e0dded68e9ed68f9764a4 Mon Sep 17 00:00:00 2001 From: kaikikokuke <62207468+kaikikokuke@users.noreply.github.com> Date: Sun, 24 Jul 2022 02:22:01 +0200 Subject: [PATCH] Updates MSRs alert comment to include windows (#507) 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 6a1dfa7..866d3b4 100755 --- a/quickemu +++ b/quickemu @@ -645,7 +645,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