summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan Han <hanhanzhiyeqianke@gmail.com>2019-07-27 23:33:09 +0800
committerMatthias Maier <tamiko@gentoo.org>2019-09-21 21:34:08 -0500
commita241bd5e94cea0a32a4be496dd6549b63d1d9f2c (patch)
treef47cbdbad49cae3a7dfcd2a939f88167ee52703b /app-emulation/qemu/metadata.xml
parentapp-emulation/spice-vdagent: add missing x11-libs/libdrm dependency (diff)
downloadgentoo-a241bd5e94cea0a32a4be496dd6549b63d1d9f2c.tar.gz
gentoo-a241bd5e94cea0a32a4be496dd6549b63d1d9f2c.tar.bz2
gentoo-a241bd5e94cea0a32a4be496dd6549b63d1d9f2c.zip
app-emulation/qemu: Add use flag jemalloc
Add flag jemalloc to enable or disable jemalloc memory jemalloc support for qemu. Signed-off-by: Han Han <hanhanzhiyeqianke@gmail.com> Signed-off-by: Matthias Maier <tamiko@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 3439dfdd4e15..4c468733de52 100644
--- a/app-emulation/qemu/metadata.xml
+++ b/app-emulation/qemu/metadata.xml
@@ -39,6 +39,7 @@
<flag name="static">Build the User and Software MMU (system) targets as well as tools as static binaries</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>
+ <flag name="jemalloc">Enable jemalloc allocator support</flag>
<flag name="jpeg">Enable jpeg image support for the VNC console server</flag>
<flag name="png">Enable png image support for the VNC console server</flag>
<flag name="usb">Enable USB passthrough via <pkg>dev-libs/libusb</pkg></flag>