Author: pierre
Date: Fri Jan 25 09:56:57 2019
New Revision: 21039
Log:
Make Qemu P3
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/virtualization/qemu.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 25 08:16:14
2019 (r21038)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 25 09:56:57
2019 (r21039)
@@ -45,6 +45,11 @@
<para>January 25th, 2019</para>
<itemizedlist>
<listitem>
+ <para>[pierre] - Qemu: add a switch to configure to ensure Python 3
+ is used for building and testing. Change the dependency accordingly.
+ Fix command explanations.</para>
+ </listitem>
+ <listitem>
<para>[pierre] - Fix Udisks2 dependencies (dbus is needed at runtime,
and is not in the dependency graph for SysV)
and give instructions for the full integration tests.</para>
Modified: trunk/BOOK/postlfs/virtualization/qemu.xml
==============================================================================
--- trunk/BOOK/postlfs/virtualization/qemu.xml Fri Jan 25 08:16:14 2019
(r21038)
+++ trunk/BOOK/postlfs/virtualization/qemu.xml Fri Jan 25 09:56:57 2019
(r21039)
@@ -61,8 +61,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="glib2"/>,
- <xref linkend="python2"/>, and
+ <xref linkend="glib2"/>, and
<xref linkend="x-window-system"/>
</para>
@@ -75,6 +74,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
Depending on the sound system, various packages in <xref
linkend="alsa"/>,
+ <xref linkend="python2"/>,
<xref linkend="pulseaudio"/>,
<xref linkend="bluez"/>,
<xref linkend="curl"/>,
@@ -195,6 +195,7 @@
../configure --prefix=/usr \
--sysconfdir=/etc \
--target-list=$QEMU_ARCH \
+ --python=python3 \
--audio-drv-list=alsa \
--with-sdlabi=2.0 \
--docdir=/usr/share/doc/qemu-&qemu-version; &&
@@ -242,23 +243,20 @@
<sect2 role="commands">
<title>Command Explanations</title>
+<!-- Not used anymore
<para>
<command>sed ... util/memfd.c</command>: This command fixes a conflict
introduced with glibc-2.27.
</para>
-
+-->
<para>
- <parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio
- driver to ALSA. For other drivers see the --audio-drv-list list in
- <command>configure</command>'s help output. The default audio driver is
- OSS. To enable support for alsa and pulseaudio, use
<parameter>--audio-drv-list=alsa,pa</parameter>
+ <parameter>--python=python3</parameter>: This switch ensures that the
+ build and test machinery uses <application>Python 3</application>.
</para>
<para>
- <parameter>--audio-drv-list=pa</parameter>: This switch sets the audio
- driver to pulseaudio. For other drivers see the --audio-drv-list list in
- <command>configure</command>'s help output. The default audio driver is
- OSS.
+ <parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio
+ driver to ALSA. See below for enabling other audio drivers.
</para>
<para>
@@ -267,6 +265,14 @@
</para>
<para>
+ <option>--audio-drv-list=pa</option>: This switch sets the audio
+ driver to pulseaudio. For other drivers see the --audio-drv-list list in
+ <command>configure</command>'s help output. The default audio driver is
+ OSS. To enable support for both alsa and pulseaudio, use
+ <option>--audio-drv-list=alsa,pa</option>.
+ </para>
+
+ <para>
<option>--with-gtkabi=3.0</option>: builds with GTK+-3 if both GTK+-2
and GTK+-3 are installed.
</para>
@@ -595,6 +601,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="qemu-edid">
+ <term><command>qemu-edid</command></term>
+ <listitem>
+ <para>is a test tool for the qemu EDID generator.</para>
+ <indexterm zone="qemu qemu-edid">
+ <primary sortas="b-qemu-edid">qemu-edid</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="qemu-ga">
<term><command>qemu-ga</command></term>
<listitem>
@@ -661,27 +677,6 @@
</indexterm>
</listitem>
</varlistentry>
-<!-- libcacard has been a standalone project since qemu-2.5
- <varlistentry id="vscclient">
- <term><command>vscclient</command></term>
- <listitem>
- <para>implements a sockets interface to the virtual CCID reader
- on the guest.</para>
- <indexterm zone="qemu vscclient">
- <primary sortas="b-vscclient">vscclient</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="libcacard">
- <term><filename class="libraryfile">libcacard.so</filename></term>
- <listitem>
- <para>is the Virtual Smart Card Emulator library.</para>
- <indexterm zone="qemu libcacard">
- <primary sortas="c-libcacard">libcacard.so</primary>
- </indexterm>
- </listitem>
- </varlistentry>-->
</variablelist>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page