Updates MSRs alert comment to include windows

Adds windows to MSRs alert comment in addition to macOS
This commit is contained in:
kaikikokuke 2022-07-21 13:26:49 +02:00 committed by GitHub
parent 187da46c3b
commit f20de00a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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