summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2012-06-26 02:38:34 +0000
committerDoug Goldstein <cardoe@gentoo.org>2012-06-26 02:38:34 +0000
commit82d69d20043f035feb6714dd73c7b9af3f62fc22 (patch)
treec7428a024f1ecf41ea31a51265492b4985fb8e98 /app-emulation/libvirt/metadata.xml
parentVersion bumps and cleanup (diff)
downloadgentoo-2-82d69d20043f035feb6714dd73c7b9af3f62fc22.tar.gz
gentoo-2-82d69d20043f035feb6714dd73c7b9af3f62fc22.tar.bz2
gentoo-2-82d69d20043f035feb6714dd73c7b9af3f62fc22.zip
Add audit support. Add VEPA (802.1Qbg) support. Add numad support. Enable MACVTAP and VEPA by default since it brings in no additional deps. Check for MACVTAP support in the kernel.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/libvirt/metadata.xml')
-rw-r--r--app-emulation/libvirt/metadata.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-emulation/libvirt/metadata.xml b/app-emulation/libvirt/metadata.xml
index 9daabe020db1..e75138cfabed 100644
--- a/app-emulation/libvirt/metadata.xml
+++ b/app-emulation/libvirt/metadata.xml
@@ -49,8 +49,10 @@
</flag>
<!-- Miscellaneous flags -->
+ <flag name='audit'>support <pkg>sys-process/audit</pkg></flag>
<flag name='numa'>
- Use NUMA for memory segmenting via <pkg>sys-process/numactl</pkg>
+ Use NUMA for memory segmenting via <pkg>sys-process/numactl</pkg> and
+ <pkg>sys-process/numad</pkg>
</flag>
<flag name='libvirtd'>
Builds the libvirtd daemon as well as the client utilities instead of just the client
@@ -65,6 +67,8 @@
macvtap support requires very new kernels and is
currently evolving. Support for this is experimental at best.
</flag>
+ <flag name='vepa'>Virtual Ethernet Port Aggregator (VEPA) / 802.1Qbg
+ support. Relies on macvtap support.</flag>
<flag name='json'>
Support QEmu 0.13 JSON-based interface, using <pkg>dev-libs/yajl</pkg>.
</flag>