Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: metadata.xml ChangeLog
Date: Fri, 29 Oct 2010 17:17:47
Message-Id: 20101029171742.91BFE20051@flycatcher.gentoo.org
1 flameeyes 10/10/29 17:17:42
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Update and try to put order into USE flags descriptions.
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 app-emulation/libvirt/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/metadata.xml?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/metadata.xml?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/metadata.xml?r1=1.23&r2=1.24
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/metadata.xml,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- metadata.xml 29 Oct 2010 16:55:55 -0000 1.23
23 +++ metadata.xml 29 Oct 2010 17:17:42 -0000 1.24
24 @@ -7,36 +7,66 @@
25 <name>Doug Goldstein</name>
26 </maintainer>
27 <use>
28 - <flag name='iscsi'>Add support for iSCSI (Internet SCSI) remote
29 - storage</flag>
30 - <flag name='lvm'>Add support for the Logical Volume Manager
31 - <pkg>sys-apps/lvm2</pkg></flag>
32 - <flag name='lxc'>Add support for the Linux Containers</flag>
33 - <flag name='openvz'>Add support for <pkg>sys-kernel/openvz-sources</pkg>
34 - OpenVZ-based virtual machines</flag>
35 - <flag name='parted'>Add support for the <pkg>sys-block/parted</pkg>
36 - partition editor</flag>
37 - <flag name='uml'>Add support for User Mode Linux based virtual
38 - machines</flag>
39 - <flag name='qemu'>Add support for <pkg>app-emulation/qemu</pkg> based
40 - virtual machines</flag>
41 - <flag name='xen'>Add support for <pkg>app-emulation/xen</pkg> based
42 - virtual machines</flag>
43 - <flag name='network'>Enable networking support for guests</flag>
44 - <flag name='virtualbox'>Adds support for VirtualBox based virtual
45 - machines</flag>
46 - <flag name='numa'>Use NUMA for memory segmenting via
47 - <pkg>sys-process/numactl</pkg></flag>
48 - <flag name='nfs'>Allow the libvirtd daemon store VM images on NFS
49 - mounts</flag>
50 - <flag name='libvirtd'>Builds the libvirtd daemon as well as the client
51 - utilities instead of just the client utilities</flag>
52 - <flag name='phyp'>Support the PHYP hypervisor protocol</flag>
53 - <flag name='pcap'>Support auto learning IP addreses for routing</flag>
54 - <flag name='macvtap'>Support for MAC-based TAP (macvlan/macvtap). For
55 - networking instead of the normal TUN/TAP. It has its advantages and
56 - disadvantages. macvtap support requires very new kernels and is
57 - currently evolving. Support for this is experimental at best</flag>
58 + <!-- Pool backend flags -->
59 + <flag name='iscsi'>
60 + Allow using an iSCSI remote storage server as pool for disk image storage
61 + </flag>
62 + <flag name='lvm'>
63 + Allow using the Logical Volume Manager (<pkg>sys-apps/lvm2</pkg>) as pool for disk image
64 + storage
65 + </flag>
66 + <flag name='nfs'>
67 + Allow using Network File System mounts as pool for disk image storage
68 + </flag>
69 + <flag name='parted'>
70 + Allow using real disk partitions as pool for disk image storage, using
71 + <pkg>sys-block/parted</pkg> to create, resize and delete them.
72 + </flag>
73 +
74 + <!-- Virtualisation backends -->
75 + <flag name='lxc'>
76 + Support management of Linux Containers virtualisation (<pkg>app-emulation/lxc</pkg>)
77 + </flag>
78 + <flag name='openvz'>
79 + Support management of OpenVZ virtualisation (see <pkg>sys-kernel/openvz-sources</pkg>)
80 + </flag>
81 + <flag name='uml'>
82 + Support management of User Mode Linux virtualisation
83 + </flag>
84 + <flag name='qemu'>
85 + Support management of QEmu virtualisation (one of <pkg>app-emulation/qemu</pkg>,
86 + <pkg>app-emulation/qemu-kvm</pkg> or <pkg>app-emulation/qemu-spice</pkg>)
87 + </flag>
88 + <flag name='xen'>
89 + Support management of Xen virtualisation (<pkg>app-emulation/xen</pkg>)
90 + </flag>
91 + <flag name='virtualbox'>
92 + Support management of VirtualBox virtualisation (one of <pkg>app-emulation/virtualbox</pkg> or
93 + <pkg>app-emulation/virtualbox-ose</pkg>)
94 + </flag>
95 + <flag name='phyp'>
96 + Support management of virtualisation through the PHYP hypervisor protocol.
97 + </flag>
98 +
99 + <!-- Miscellaneous flags -->
100 + <flag name='network'>
101 + Enable networking support for guests
102 + </flag>
103 + <flag name='numa'>
104 + Use NUMA for memory segmenting via <pkg>sys-process/numactl</pkg>
105 + </flag>
106 + <flag name='libvirtd'>
107 + Builds the libvirtd daemon as well as the client utilities instead of just the client
108 + utilities
109 + </flag>
110 + <flag name='pcap'>
111 + Support auto learning IP addreses for routing
112 + </flag>
113 + <flag name='macvtap'>
114 + Support for MAC-based TAP (macvlan/macvtap). For networking instead of the normal TUN/TAP. It
115 + has its advantages and disadvantages. macvtap support requires very new kernels and is
116 + currently evolving. Support for this is experimental at best
117 + </flag>
118 <flag name='json'>
119 Support QEmu 0.13 JSON-based interface, using <pkg>dev-libs/yajl</pkg>.
120 </flag>
121
122
123
124 1.78 app-emulation/libvirt/ChangeLog
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.78&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.78&content-type=text/plain
128 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.77&r2=1.78
129
130 Index: ChangeLog
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
133 retrieving revision 1.77
134 retrieving revision 1.78
135 diff -u -r1.77 -r1.78
136 --- ChangeLog 29 Oct 2010 16:55:55 -0000 1.77
137 +++ ChangeLog 29 Oct 2010 17:17:42 -0000 1.78
138 @@ -1,6 +1,9 @@
139 # ChangeLog for app-emulation/libvirt
140 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
141 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.77 2010/10/29 16:55:55 flameeyes Exp $
142 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.78 2010/10/29 17:17:42 flameeyes Exp $
143 +
144 + 29 Oct 2010; Diego E. Pettenò <flameeyes@g.o> metadata.xml:
145 + Update and try to put order into USE flags descriptions.
146
147 *libvirt-0.8.5 (29 Oct 2010)