Changeset f9865e2 for postlfs


Ignore:
Timestamp:
01/25/2019 05:56:57 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0eb97ef1
Parents:
2764f35d
Message:

Make Qemu P3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21039 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r2764f35d rf9865e2  
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para role="required">
    64       <xref linkend="glib2"/>,
    65       <xref linkend="python2"/>, and
     64      <xref linkend="glib2"/>, and
    6665      <xref linkend="x-window-system"/>
    6766    </para>
     
    7675    <para role="optional">
    7776      Depending on the sound system, various packages in <xref linkend="alsa"/>,
     77      <xref linkend="python2"/>,
    7878      <xref linkend="pulseaudio"/>,
    7979      <xref linkend="bluez"/>,
     
    196196             --sysconfdir=/etc           \
    197197             --target-list=$QEMU_ARCH    \
     198             --python=python3            \
    198199             --audio-drv-list=alsa       \
    199200             --with-sdlabi=2.0           \
     
    243244    <title>Command Explanations</title>
    244245
     246<!-- Not used anymore
    245247    <para>
    246248      <command>sed ... util/memfd.c</command>: This command fixes a conflict
    247249      introduced with glibc-2.27.
    248250    </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>
    249256
    250257    <para>
    251258      <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
    259269      driver to pulseaudio. For other drivers see the --audio-drv-list list in
    260270      <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>.
    267273    </para>
    268274
     
    596602      </varlistentry>
    597603
     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
    598614      <varlistentry id="qemu-ga">
    599615        <term><command>qemu-ga</command></term>
     
    662678        </listitem>
    663679      </varlistentry>
    664 <!-- libcacard has been a standalone project since qemu-2.5
    665       <varlistentry id="vscclient">
    666         <term><command>vscclient</command></term>
    667         <listitem>
    668           <para>implements a sockets interface to the virtual CCID reader
    669            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>-->
    685680
    686681    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.