blob: b230fd1d3c429054eb39a14d7a5feebef5ca9908 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>virtualization</herd>
<maintainer>
<email>ramereth@gentoo.org</email>
<name>Lance Albertson</name>
</maintainer>
<maintainer>
<email>cardoe@gentoo.org</email>
<name>Doug Goldstein</name>
</maintainer>
<use>
<flag name='udev'>Use <pkg>sys-fs/udev</pkg> to determine available
devices</flag>
<flag name='iscsi'>Add support for iSCSI (Internet SCSI) remote
storage</flag>
<flag name='lvm'>Add support for the Logical Volume Manager
<pkg>sys-apps/lvm2</pkg></flag>
<flag name='lxc'>Add support for the Linux Containers</flag>
<flag name='openvz'>Add support for <pkg>sys-kernel/openvz-sources</pkg>
OpenVZ-based virtual machines</flag>
<flag name='parted'>Add support for the <pkg>sys-apps/parted</pkg>
partition editor</flag>
<flag name='uml'>Add support for User Mode Linux based virtual
machines</flag>
<flag name='qemu'>Add support for <pkg>app-emulation/qemu</pkg> based
virtual machines</flag>
<flag name='xen'>Add support for <pkg>app-emulation/xen</pkg> based
virtual machines</flag>
<flag name='network'>Enable networking support for guests</flag>
<flag name='virtualbox'>Adds support for VirtualBox based virtual
machines</flag>
<flag name='numa'>Use NUMA for memory segmenting via
<pkg>sys-process/numactl</pkg></flag>
<flag name='nfs'>Allow the libvirtd daemon store VM images on NFS
mounts</flag>
<flag name='libvirtd'>Builds the libvirtd daemon as well as the client
utilities instead of just the client utilities</flag>
<flag name='phyp'>Support the PHYP hypervisor protocol</flag>
<flag name='one'>Support the ONE hypervisor protocol</flag>
</use>
</pkgmetadata>
|