Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: metadata.xml ChangeLog
Date: Wed, 27 Aug 2014 03:17:06
Message-Id: 20140827031703.8BD6D3F1B@oystercatcher.gentoo.org
1 patrick 14/08/27 03:17:03
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Remove unneeded useflag description from metadata.xml
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.33 app-emulation/qemu/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?r1=1.32&r2=1.33
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/metadata.xml,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- metadata.xml 5 Aug 2014 09:29:12 -0000 1.32
23 +++ metadata.xml 27 Aug 2014 03:17:03 -0000 1.33
24 @@ -7,28 +7,27 @@
25 <name>Doug Goldstein</name>
26 </maintainer>
27 <use>
28 - <flag name='accessibility'>Adds support for braille displays using brltty</flag>
29 - <flag name='aio'>Enables support for Linux's Async IO</flag>
30 - <flag name='alsa'>Enable alsa output for sound emulation</flag>
31 + <flag name='accessibility'>Adds support for braille displays using brltty</flag>
32 + <flag name='aio'>Enables support for Linux's Async IO</flag>
33 + <flag name='alsa'>Enable alsa output for sound emulation</flag>
34 <flag name='curl'>Support ISOs / -cdrom directives vis HTTP or HTTPS.</flag>
35 - <flag name='fdt'>Enables firmware device tree support</flag>
36 + <flag name='fdt'>Enables firmware device tree support</flag>
37 <flag name='glusterfs'>Enables GlusterFS cluster fileystem via
38 - <pkg>sys-cluster/glusterfs</pkg></flag>
39 + <pkg>sys-cluster/glusterfs</pkg></flag>
40 <flag name='iscsi'>Enable direct iSCSI support via
41 <pkg>net-libs/libiscsi</pkg> instead of indirectly via the Linux
42 block layer that <pkg>sys-block/open-iscsi</pkg> does.</flag>
43 - <flag name='mixemu'>Enable audio mixer emulation. On Fedora, known to cause performance problems when using SDL output and ALSA. For OSS, locks the sound device from other applications.</flag>
44 - <flag name='ncurses'>Enable the ncurses-based console</flag>
45 - <flag name='nfs'>Enable NFS support</flag>
46 - <flag name='numa'>Enable NUMA support</flag>
47 + <flag name='ncurses'>Enable the ncurses-based console</flag>
48 + <flag name='nfs'>Enable NFS support</flag>
49 + <flag name='numa'>Enable NUMA support</flag>
50 <flag name='pin-upstream-blobs'>Pin the versions of BIOS firmware to the version included in the upstream release.
51 This is needed to sanely support migration/suspend/resume/snapshotting/etc... of instances.
52 When the blobs are different, random corruption/bugs/crashes/etc... may be observed.</flag>
53 - <flag name='pulseaudio'>Enable pulseaudio output for sound emulation</flag>
54 - <flag name='rbd'>Enable rados block device backend support, see http://ceph.newdream.net/wiki/QEMU-RBD</flag>
55 - <flag name='sdl'>Enable the SDL-based console</flag>
56 + <flag name='pulseaudio'>Enable pulseaudio output for sound emulation</flag>
57 + <flag name='rbd'>Enable rados block device backend support, see http://ceph.newdream.net/wiki/QEMU-RBD</flag>
58 + <flag name='sdl'>Enable the SDL-based console</flag>
59 <flag name='seccomp'>Utilize <pkg>sys-libs/libseccomp</pkg> to enable kernel filtering of system calls to prevent malicious guests from doing damage.</flag>
60 - <flag name='spice'>Enable Spice protocol support via <pkg>app-emulation/spice</pkg></flag>
61 + <flag name='spice'>Enable Spice protocol support via <pkg>app-emulation/spice</pkg></flag>
62 <flag name='ssh'>Enable SSH based block device support via <pkg>net-libs/libssh2</pkg></flag>
63 <flag name='static-softmmu'>Builds the Software MMU (system) targets as static binaries</flag>
64 <flag name='static-user'>Build the User targets as static binaries</flag>
65 @@ -36,23 +35,22 @@
66 <flag name='snappy'>Enable support for snappy compression</flag>
67 <flag name='systemtap'>Enable SystemTAP/DTrace tracing</flag>
68 <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>
69 - <flag name='tls'>Enable TLS support for the VNC console server.
70 + <flag name='tls'>Enable TLS support for the VNC console server.
71 For 1.4 and newer this also enables WebSocket support.
72 For 2.0 and newer this also enables disk quorum support.</flag>
73 - <flag name='jpeg'>Enable jpeg image support for the VNC console server</flag>
74 - <flag name='png'>Enable png image support for the VNC console server</flag>
75 + <flag name='jpeg'>Enable jpeg image support for the VNC console server</flag>
76 + <flag name='png'>Enable png image support for the VNC console server</flag>
77 <flag name='usb'>Enable USB passthrough via <pkg>dev-libs/libusb</pkg></flag>
78 - <flag name="usbredir">Use <pkg>sys-apps/usbredir</pkg> to redirect USB
79 - devices to another machine over TCP</flag>
80 - <flag name='uuid'>Enable UUID support in the vdi block driver</flag>
81 - <flag name='vde'>Enable VDE-based networking</flag>
82 - <flag name='vhost-net'>Enable accelerated networking using vhost-net, see http://www.linux-kvm.org/page/VhostNet</flag>
83 + <flag name="usbredir">Use <pkg>sys-apps/usbredir</pkg> to redirect USB
84 + devices to another machine over TCP</flag>
85 + <flag name='uuid'>Enable UUID support in the vdi block driver</flag>
86 + <flag name='vde'>Enable VDE-based networking</flag>
87 + <flag name='vhost-net'>Enable accelerated networking using vhost-net, see http://www.linux-kvm.org/page/VhostNet</flag>
88 <flag name='virtfs'>Enable VirtFS via virtio-9p-pci / fsdev. See http://wiki.qemu.org/Documentation/9psetup</flag>
89 - <flag name='xattr'>
90 - Add support for getting and setting POSIX extended attributes, through
91 - <pkg>sys-apps/attr</pkg>. Requisite for the virtfs backend.
92 - </flag>
93 - <flag name='xen'>Enables support for Xen backends</flag>
94 + <flag name='xattr'>Add support for getting and setting POSIX extended attributes, through
95 + <pkg>sys-apps/attr</pkg>. Requisite for the virtfs backend.
96 + </flag>
97 + <flag name='xen'>Enables support for Xen backends</flag>
98 <flag name='xfs'>Support xfsctl() notification and syncing for XFS backed
99 virtual disks.</flag>
100 </use>
101
102
103
104 1.287 app-emulation/qemu/ChangeLog
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.287&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.287&content-type=text/plain
108 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.286&r2=1.287
109
110 Index: ChangeLog
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
113 retrieving revision 1.286
114 retrieving revision 1.287
115 diff -u -r1.286 -r1.287
116 --- ChangeLog 26 Aug 2014 13:12:10 -0000 1.286
117 +++ ChangeLog 27 Aug 2014 03:17:03 -0000 1.287
118 @@ -1,6 +1,9 @@
119 # ChangeLog for app-emulation/qemu
120 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
121 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.286 2014/08/26 13:12:10 ago Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.287 2014/08/27 03:17:03 patrick Exp $
123 +
124 + 27 Aug 2014; Patrick Lauer <patrick@g.o> metadata.xml:
125 + Remove unneeded useflag description from metadata.xml
126
127 26 Aug 2014; Agostino Sarubbo <ago@g.o> -qemu-1.4.2.ebuild,
128 -qemu-1.5.3.ebuild, -qemu-1.6.0-r1.ebuild, -qemu-1.6.1.ebuild,