Skip to content

Commit 5594805

Browse files
committed
more README clarity
1 parent cac9f46 commit 5594805

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# qemu-static
22

3-
The purpose of this project is to build a highly compatible QEMU binary package
4-
for linux to use with Zig testing.
3+
The purpose of this project is to build a highly compatible linux QEMU binary
4+
package for Zig CI testing.
55

6-
Zig needs a very recent QEMU version, sometimes unreleased commit-revs, and
6+
Zig requires a very recent QEMU version, sometimes unreleased commit-revs, and
77
sometimes with custom patches. For this reason, distro-based QEMU packages are
88
unsuitable.
99

1010
The overall strategy is to use Alpine Linux to host a QEMU build and link
1111
statically to all possible libraries.
1212

1313
It is a non-goal to build QEMU with all features enabled.
14+
It is a non-goal to build QEMU with system emulation enabled.
1415
It is a non-goal to build older versions of QEMU.
1516

1617
## build docker image

0 commit comments

Comments
 (0)