summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-01 00:23:54 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-01 00:47:26 +0100
commita1cc6f0bdfeb26400cbfac4fb86031c1bab3b6ef (patch)
tree7f4abf818dffb1d395ccacc2f6e9e347a72a6982 /app-emulation/qemu/metadata.xml
parentdev-java/gradle-bin: Bump to version 6.3 and EAPI 7 (diff)
downloadgentoo-a1cc6f0bdfeb26400cbfac4fb86031c1bab3b6ef.tar.gz
gentoo-a1cc6f0bdfeb26400cbfac4fb86031c1bab3b6ef.tar.bz2
gentoo-a1cc6f0bdfeb26400cbfac4fb86031c1bab3b6ef.zip
app-emulation/qemu: bump up to 5.0.0, bug #720138
Two new USE flags: - io-uring for fast async io_uring I/O - zstd for libzstd compression of migration traffic Reported-by: Thomas Stein Closes: https://bugs.gentoo.org/720138 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/metadata.xml')
-rw-r--r--app-emulation/qemu/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml
index 07244b5deff4..0c30c4582643 100644
--- a/app-emulation/qemu/metadata.xml
+++ b/app-emulation/qemu/metadata.xml
@@ -28,6 +28,7 @@
<flag name="iscsi">Enable direct iSCSI support via
<pkg>net-libs/libiscsi</pkg> instead of indirectly via the Linux
block layer that <pkg>sys-block/open-iscsi</pkg> does.</flag>
+ <flag name="io-uring">Enable efficient I/O via <pkg>sys-libs/liburing</pkg>.</flag>
<flag name="ncurses">Enable the ncurses-based console</flag>
<flag name="nfs">Enable NFS support</flag>
<flag name="numa">Enable NUMA support</flag>