Changeset f9865e2
- Timestamp:
- 01/25/2019 05:56:57 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0eb97ef1
- Parents:
- 2764f35d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r2764f35d rf9865e2 45 45 <para>January 25th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Qemu: add a switch to configure to ensure Python 3 49 is used for building and testing. Change the dependency accordingly. 50 Fix command explanations.</para> 51 </listitem> 47 52 <listitem> 48 53 <para>[pierre] - Fix Udisks2 dependencies (dbus is needed at runtime, -
postlfs/virtualization/qemu.xml
r2764f35d rf9865e2 62 62 <bridgehead renderas="sect4">Required</bridgehead> 63 63 <para role="required"> 64 <xref linkend="glib2"/>, 65 <xref linkend="python2"/>, and 64 <xref linkend="glib2"/>, and 66 65 <xref linkend="x-window-system"/> 67 66 </para> … … 76 75 <para role="optional"> 77 76 Depending on the sound system, various packages in <xref linkend="alsa"/>, 77 <xref linkend="python2"/>, 78 78 <xref linkend="pulseaudio"/>, 79 79 <xref linkend="bluez"/>, … … 196 196 --sysconfdir=/etc \ 197 197 --target-list=$QEMU_ARCH \ 198 --python=python3 \ 198 199 --audio-drv-list=alsa \ 199 200 --with-sdlabi=2.0 \ … … 243 244 <title>Command Explanations</title> 244 245 246 <!-- Not used anymore 245 247 <para> 246 248 <command>sed ... util/memfd.c</command>: This command fixes a conflict 247 249 introduced with glibc-2.27. 248 250 </para> 251 --> 252 <para> 253 <parameter>--python=python3</parameter>: This switch ensures that the 254 build and test machinery uses <application>Python 3</application>. 255 </para> 249 256 250 257 <para> 251 258 <parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio 252 driver to ALSA. For other drivers see the --audio-drv-list list in 253 <command>configure</command>'s help output. The default audio driver is 254 OSS. To enable support for alsa and pulseaudio, use <parameter>--audio-drv-list=alsa,pa</parameter> 255 </para> 256 257 <para> 258 <parameter>--audio-drv-list=pa</parameter>: This switch sets the audio 259 driver to ALSA. See below for enabling other audio drivers. 260 </para> 261 262 <para> 263 <parameter>--with-sdlabi=2.0</parameter>: Chooses to build with SDL-2 if 264 both SDL and SDL-2 are installed. 265 </para> 266 267 <para> 268 <option>--audio-drv-list=pa</option>: This switch sets the audio 259 269 driver to pulseaudio. For other drivers see the --audio-drv-list list in 260 270 <command>configure</command>'s help output. The default audio driver is 261 OSS. 262 </para> 263 264 <para> 265 <parameter>--with-sdlabi=2.0</parameter>: Chooses to build with SDL-2 if 266 both SDL and SDL-2 are installed. 271 OSS. To enable support for both alsa and pulseaudio, use 272 <option>--audio-drv-list=alsa,pa</option>. 267 273 </para> 268 274 … … 596 602 </varlistentry> 597 603 604 <varlistentry id="qemu-edid"> 605 <term><command>qemu-edid</command></term> 606 <listitem> 607 <para>is a test tool for the qemu EDID generator.</para> 608 <indexterm zone="qemu qemu-edid"> 609 <primary sortas="b-qemu-edid">qemu-edid</primary> 610 </indexterm> 611 </listitem> 612 </varlistentry> 613 598 614 <varlistentry id="qemu-ga"> 599 615 <term><command>qemu-ga</command></term> … … 662 678 </listitem> 663 679 </varlistentry> 664 <!-- libcacard has been a standalone project since qemu-2.5665 <varlistentry id="vscclient">666 <term><command>vscclient</command></term>667 <listitem>668 <para>implements a sockets interface to the virtual CCID reader669 on the guest.</para>670 <indexterm zone="qemu vscclient">671 <primary sortas="b-vscclient">vscclient</primary>672 </indexterm>673 </listitem>674 </varlistentry>675 676 <varlistentry id="libcacard">677 <term><filename class="libraryfile">libcacard.so</filename></term>678 <listitem>679 <para>is the Virtual Smart Card Emulator library.</para>680 <indexterm zone="qemu libcacard">681 <primary sortas="c-libcacard">libcacard.so</primary>682 </indexterm>683 </listitem>684 </varlistentry>-->685 680 686 681 </variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.