Skip to content

Commit 4f9c364

Browse files
authored
Add support statement for QEMU (#8163)
* Add emulators to .NET 7 notes * Update supported-os.md * Update supported-os.md
1 parent 269bb19 commit 4f9c364

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

release-notes/6.0/supported-os.md

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ OS | Version | Architectures
2424
[Nano-Server]: https://learn.microsoft.com/windows-server/get-started/getting-started-with-nano-server
2525
[Windows-Server]: https://learn.microsoft.com/windows-server/
2626

27+
.NET 6 is supported in the x64 emulator on Windows 11 Arm64.
28+
2729
## Linux
2830

2931
OS | Version | Architectures | Lifecycle
@@ -87,6 +89,8 @@ OS | Version | Architectures |
8789

8890
[macOS]: https://support.apple.com/macos
8991

92+
.NET 6 is supported in the Rosetta 2 x64 emulator.
93+
9094
## Android
9195

9296
OS | Version | Architectures |
@@ -103,6 +107,10 @@ OS | Version | Architectures |
103107

104108
[iOS]: https://support.apple.com/ios
105109

110+
## QEMU
111+
112+
.NET 6 is not supported being run (emulated) via [QEMU](https://www.qemu.org/). QEMU is used, for example, to emulate Arm64 containers on x64, and vice versa.
113+
106114
## Support changes from .NET 5.0
107115

108116
The following operating systems are no longer supported, starting with .NET 6.0.

release-notes/7.0/supported-os.md

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ OS | Version | Architectures
2121
[Nano-Server]: https://learn.microsoft.com/windows-server/get-started/getting-started-with-nano-server
2222
[Windows-Server]: https://learn.microsoft.com/windows-server/
2323

24+
.NET 7 is supported in the x64 emulator on Windows 11 Arm64.
25+
2426
## Linux
2527

2628
OS | Version | Architectures | Lifecycle
@@ -82,6 +84,8 @@ OS | Version | Architectures |
8284
------------------------------|---------------------------|-------------------|
8385
[macOS][macOS] | 10.15+ | x64, Arm64 |
8486

87+
.NET 7 is supported in the Rosetta 2 x64 emulator.
88+
8589
[macOS]: https://support.apple.com/macos
8690

8791
## Android
@@ -100,6 +104,10 @@ OS | Version | Architectures |
100104

101105
[iOS]: https://support.apple.com/ios
102106

107+
## QEMU
108+
109+
.NET 7 is not supported being run (emulated) via [QEMU](https://www.qemu.org/). QEMU is used, for example, to emulate Arm64 containers on x64, and vice versa.
110+
103111
## Support changes from .NET 6.0
104112

105113
The following operating systems are no longer supported, starting with .NET 7.0.

0 commit comments

Comments
 (0)