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

QEMU on macOS 15.2 on Apple M4: qemu-system-aarch64: Property 'host-arm-cpu.sme' not found #3032

Closed
AkihiroSuda opened this issue Dec 18, 2024 · 1 comment · Fixed by #3044

Comments

@AkihiroSuda
Copy link
Member

limactl start --vm-type=qemu fails with {"level":"debug","msg":"qemu[stderr]: qemu-system-aarch64: Property 'host-arm-cpu.sme' not found","time":"2024-12-18T12:34:14+09:00"} in ha.stderr.log.

  • Host: macOS 15.2, on MacBook Pro 2024 (M4 Max)
  • Lima: v1.0.2
  • QEMU: v9.2.0

Similar issues:

This issue seems specific to Apple M4 (introduced SME) and macOS 15.2

Workaround

limactl edit --set '.cpuType.aarch64="cortex-a57"' INSTANCE
@AkihiroSuda
Copy link
Member Author

@AkihiroSuda AkihiroSuda added this to the v1.0.3 milestone Dec 24, 2024
tmeijn pushed a commit to tmeijn/dotfiles that referenced this issue Dec 28, 2024
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [lima-vm/lima](https://github.com/lima-vm/lima) | patch | `v1.0.2` -> `v1.0.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>lima-vm/lima (lima-vm/lima)</summary>

### [`v1.0.3`](https://github.com/lima-vm/lima/releases/tag/v1.0.3)

[Compare Source](lima-vm/lima@v1.0.2...v1.0.3)

#### Changes

-   QEMU:
    -   Support Apple M4 ([#&#8203;3032](lima-vm/lima#3032))
-   gRPC port forwarder:
    -   Improvements on stability ([#&#8203;2971](lima-vm/lima#2971), [#&#8203;2985](lima-vm/lima#2985), etc. thanks to [@&#8203;nirs](https://github.com/nirs) [@&#8203;balajiv113](https://github.com/balajiv113))
-   Templates:
    -   `archlinux`: allow 9p again ([#&#8203;3048](lima-vm/lima#3048))
    -   `centos-stream-10`: New template ([#&#8203;3023](lima-vm/lima#3023), [#&#8203;3047](lima-vm/lima#3047), thanks to [@&#8203;afbjorklund](https://github.com/afbjorklund))
    -   `opensuse`: disable virtiofs due to the lack of the kernel module in the default installation ([#&#8203;3056](lima-vm/lima#3056))
    -   Updated to the latest revisions ([#&#8203;3043](lima-vm/lima#3043))

Full changes: https://github.com/lima-vm/lima/milestone/52?closed=1
Thanks to [@&#8203;PascalBourdier](https://github.com/PascalBourdier) [@&#8203;afbjorklund](https://github.com/afbjorklund) [@&#8203;alexandear](https://github.com/alexandear) [@&#8203;balajiv113](https://github.com/balajiv113) [@&#8203;cpick](https://github.com/cpick) [@&#8203;jandubois](https://github.com/jandubois) [@&#8203;nirs](https://github.com/nirs) [@&#8203;olamilekan000](https://github.com/olamilekan000)

#### Usage

```console
[macOS]$ limactl create
[macOS]$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.

[macOS]$ lima uname
Linux
```

***

The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/lima-vm/lima/actions/runs/12517401436

The sha256sum of the SHA256SUMS file itself is `69423d9f9044fc9264925d24cd38c1d0efb4367cfb46c568313f53d6f0ed7ee2` .

***

Release manager: [@&#8203;AkihiroSuda](https://github.com/AkihiroSuda)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44My4zIiwidXBkYXRlZEluVmVyIjoiMzkuODMuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant