Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Penryn to max #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Change Penryn to max #312

wants to merge 1 commit into from

Commits on Jul 9, 2021

  1. Change Penryn to max

    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 #304
    sickcodes authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    1b55c6e View commit details
    Browse the repository at this point in the history