notAperson535 / OneClick-macOS-Simple-KVM

Tools to set up a easy, quick macOS VM in QEMU, accelerated by KVM. Works on Linux AND Windows.
https://notAperson535.github.io/OneClick-macOS-Simple-KVM
MIT License
606 stars 51 forks source link

Update windows-install.md #117

Closed ArsenicBismuth closed 4 weeks ago

ArsenicBismuth commented 4 weeks ago

Added more information for KVM missing support for AMD in Windows 10: https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/enable-nested-virtualization#amd-epyc--ryzen-processor-or-later

Was a bit confused, but it seems like there's no workaround regarding this, other than just upgrade your OS to W11. Enabling Hyper-V and setting nestedVirtualization=true won't do anything since it's unsupported in any way.

Summary by Sourcery

Update the documentation to clarify that AMD EPYC/Ryzen processors require an upgrade to Windows 11 for Nested Virtualization support, as it is not available on Windows 10.

Documentation:

sourcery-ai[bot] commented 4 weeks ago

Reviewer's Guide by Sourcery

This pull request updates the windows-install.md file to provide more accurate information about KVM support for AMD processors on Windows. The changes include a minor grammatical correction and the addition of a new section addressing the lack of KVM support for AMD processors on Windows 10.

File-Level Changes

Files Changes
docs/windows-install.md Corrected a minor grammatical error, changing 'than' to 'then' in the troubleshooting instructions.
docs/windows-install.md Added a new section explaining that AMD EPYC/Ryzen processors do not support Nested Virtualization on Windows 10, requiring an upgrade to Windows 11.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
notAperson535 commented 4 weeks ago

Thanks again!