[user@hostname ~]$ qemu-system-x86_64 -cpu help
x86 Penryn (alias configured by machine type)
x86 Penryn-v1 Intel Core 2 Duo P9xxx (Penryn Class Core 2)
...
x86 base base CPU model type with no features enabled
x86 host KVM processor with all supported host features
x86 max Enables all features supported by the accelerator in the current host
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/sickcodes/Docker-OSX/pull/312
**Author:** [@sickcodes](https://github.com/sickcodes)
**Created:** 7/9/2021
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `cpu-max-features`
---
### 📝 Commits (1)
- [`1b55c6e`](https://github.com/sickcodes/Docker-OSX/commit/1b55c6e7e51b0be4c49f2563eeddbd639945c7e7) Change `Penryn` to `max`
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `Dockerfile` (+2 -2)
</details>
### 📄 Description
As stated in QEMU 6
Can test currently with:
`-e CPU=max \`
```
[user@hostname ~]$ qemu-system-x86_64 -cpu help
x86 Penryn (alias configured by machine type)
x86 Penryn-v1 Intel Core 2 Duo P9xxx (Penryn Class Core 2)
...
x86 base base CPU model type with no features enabled
x86 host KVM processor with all supported host features
x86 max Enables all features supported by the accelerator in the current host
```
See https://github.com/sickcodes/Docker-OSX/issues/304
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/312
Author: @sickcodes
Created: 7/9/2021
Status: 🔄 Open
Base:
master← Head:cpu-max-features📝 Commits (1)
1b55c6eChangePenryntomax📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Dockerfile(+2 -2)📄 Description
As stated in QEMU 6
Can test currently with:
-e CPU=max \See https://github.com/sickcodes/Docker-OSX/issues/304
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.