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

Add downstream patches for setting memory model on guests running on Apple Silicon #64

Closed
wants to merge 3 commits into from

Commits on Sep 6, 2024

  1. Add patches for setting memory model

    These patches allow setting the memory model to TSO on guests running on
    Apple Silicon machines. Other systems are unaffected.
    
    Signed-off-by: Sergio Lopez <slp@redhat.com>
    slp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7a89ff0 View commit details
    Browse the repository at this point in the history
  2. aarch64: enable ARM64_MEMORY_MODEL_CONTROL

    Enable ARM64_MEMORY_MODEL_CONTROL, introduced by the patches added in
    the previous commit, so guests on Apple Silicon machine can set the
    memory model as desired.
    
    Signed-off-by: Sergio Lopez <slp@redhat.com>
    slp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    50b4eb7 View commit details
    Browse the repository at this point in the history
  3. Bump release to 4.3.1

    This release just adds the paches for setting the memory model on Apple
    Silicon guests and enables it.
    
    Signed-off-by: Sergio Lopez <slp@redhat.com>
    slp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    26b90da View commit details
    Browse the repository at this point in the history