You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,37 +85,23 @@ For the usage of containerd and nerdctl (contaiNERD ctl), visit https://github.c
85
85
## Getting started
86
86
### Installation
87
87
88
-
[Homebrew package](https://github.com/Homebrew/homebrew-core/blob/master/Formula/lima.rb) is available for Intel Mac.
88
+
[Homebrew package](https://github.com/Homebrew/homebrew-core/blob/master/Formula/lima.rb) is available.
89
89
90
90
```console
91
91
$ brew install lima
92
92
```
93
93
94
94
<details>
95
-
<summary>Manual installation steps (required for ARM Mac)</summary>
95
+
<summary>Manual installation steps</summary>
96
96
<p>
97
97
98
98
#### Install QEMU
99
99
100
100
Install recent version of QEMU. v6.1.0 or later is recommended.
101
101
102
-
On ARM hosts, a [patched](http://patchwork.ozlabs.org/project/qemu-devel/list/?series=244786) version of QEMU has to be installed
103
-
for enabling `-accel hvf` support:
104
-
```console
105
-
$ brew install simnalamburt/x/qemu-hvf
106
-
```
107
-
108
-
Make sure that the result of `qemu-system-aarch64 -accel help` contains "hvf":
109
-
```console
110
-
$ qemu-system-aarch64 -accel help
111
-
Accelerators supported in QEMU binary:
112
-
tcg
113
-
hvf
114
-
```
115
-
116
-
See https://github.com/simnalamburt/homebrew-x for the further information of the `simnalamburt/x/qemu-hvf` tap.
102
+
On ARM hosts, a [patched](https://patchwork.kernel.org/series/548227/mbox/) version of QEMU has to be installed for enabling `-accel hvf` support.
117
103
118
-
<!-- There is also another tap [`knazarov/qemu-virgl/qemu-virgl`](https://github.com/knazarov/homebrew-qemu-virgl), but slightly older. -->
104
+
The patch is not merged into the QEMU upstream yet as of QEMU v6.1.0, but already included in [the Homebrew package of QEMU](https://github.com/Homebrew/homebrew-core/commit/5e8eb547) since `6.1.0_1` bottle.
0 commit comments