diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-02-27 23:14:13 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-02-27 23:14:13 -0600 |
commit | 159a538312f81e42a78e1905a34f3ef49f30b93c (patch) | |
tree | 817f004fc8fbf0c4a56f01e0036022cbc32bc8b4 /app-emulation/qemu | |
parent | app-emulation/qemu: update live ebuild (diff) | |
download | gentoo-159a538312f81e42a78e1905a34f3ef49f30b93c.tar.gz gentoo-159a538312f81e42a78e1905a34f3ef49f30b93c.tar.bz2 gentoo-159a538312f81e42a78e1905a34f3ef49f30b93c.zip |
app-emulation/qemu: update use flag description
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/metadata.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml index 1866d8a38f6e..9a8a1a335b74 100644 --- a/app-emulation/qemu/metadata.xml +++ b/app-emulation/qemu/metadata.xml @@ -32,9 +32,9 @@ <flag name="sdl2">Use libsdl2 instead of libsdl</flag> <flag name="spice">Enable Spice protocol support via <pkg>app-emulation/spice</pkg></flag> <flag name="ssh">Enable SSH based block device support via <pkg>net-libs/libssh2</pkg></flag> - <flag name="static-softmmu">Builds the Software MMU (system) targets as static binaries</flag> + <flag name="static-softmmu">Build the Software MMU (system) targets as static binaries</flag> <flag name="static-user">Build the User targets as static binaries</flag> - <flag name="static">Enables both 'static-softmmu' and 'static-user'</flag> + <flag name="static">Build the User and Software MMU (system) targets as well as tools as static binaries</flag> <flag name="snappy">Enable support for snappy compression</flag> <flag name="systemtap">Enable SystemTAP/DTrace tracing</flag> <flag name="tci">Enable the TCG Interpreter which can speed up or slowdown workloads depending on the host and guest CPUs being emulated. In the future it will be a runtime option but for now its compile time.</flag> |